declare const Inline: any; export declare const EMOJI_REGEX: RegExp; export declare class EmojiBlot extends Inline { static blotName: string; static tagName: string; static className: string; static create(value: any): any; static formats(node: HTMLElement): HTMLElement; static value(node: HTMLElement): HTMLElement; } export {};