declare let BlockEmbed: any; export declare class HTMLPanelQuillBlot extends BlockEmbed { static blotName: string; static tagName: string; static className: string; static create(html: string): HTMLElement; static value(domNode: HTMLElement): string; } export {};