import emojis from '../data/emojis'; export declare type DataEmoji = { n: string[]; u: string; v?: string[]; a: string; }; export declare type DataEmojis = DataEmoji[]; export declare type DataGroups = keyof typeof emojis;