// This is a workaround for TS2669.
-import { I18n } from "emoji-picker-element/shared";
-import type * as Language from "./Language";
-import { Template } from "./Template";
-
export {};
// This is duplicated from the regular `global.ts` that we cannot
type HasRegularVariant = boolean;
type IconMetadata = [Codepoint, HasRegularVariant];
+import { I18n } from "emoji-picker-element/shared";
+import type * as Language from "./Language";
+import { Template } from "./Template";
+
interface Reaction {
title: string;
renderedIcon: string;