export declare class EmojiEvent { char: string; label: string; constructor(data: any); static fromArray(emojiArray: any): EmojiEvent; }