import { default as TypeEmbed } from 'quill/blots/embed';
declare const Embed: typeof TypeEmbed;
export declare class SoftBreak extends Embed {
    static blotName: string;
    static tagName: string;
    static className: string;
    remove: () => void;
    static create(): Node;
    optimize(): void;
    length(): number;
}
export {};
