export interface Emoji { id: string; name: string; native: string; unified: string; keywords: string[]; shortcodes: string; emoticons: string[]; }