export declare const EMOJIS: {
    emojis: string[][];
    name: string;
    icon: string[];
}[];
