export declare const emoji: {
    emoji: string[];
    description: string[];
    category: string[];
    alias: string[];
    tag: string[];
};
