import { BlockEmbed as TypeBlockEmbed } from 'quill/blots/block';
declare const BlockEmbed: typeof TypeBlockEmbed;
export declare class DividerBlot extends BlockEmbed {
    static blotName: string;
    static tagName: string;
    static create(): HTMLElement;
}
export {};
