import { default as TypeInline } from 'quill/blots/inline';
declare const Inline: typeof TypeInline;
export declare class EmojiBlot extends Inline {
    static blotName: string;
    static tagName: string;
    static className: string;
}
export {};
