export interface EmojiArrType {
    name: string;
    src: string;
    info: string;
    hover: string;
}
export declare const EmojiArr: EmojiArrType[];
export declare const emoticonMap: {};
