export type Emoji = { text: string; unicode: string; }; export type EmojiCategory = { name: string; emojis: Emoji[]; };