export declare class EmojiPickerOptions { private _options; setEmojiSheet(config: EmojiPickerSheetOption): void; readonly options: any; } export interface EmojiPickerSheetOption { url: string; locator: Function; }