import { BlockEmbed as TypeBlockEmbed } from 'quill/blots/block';
declare const BlockEmbed: typeof TypeBlockEmbed;
export declare class Video extends BlockEmbed {
    static blotName: string;
    static tagName: string;
    static SANITIZED_URL: string;
    static PROTOCOL_WHITELIST: string[];
    static className: string;
    static sanitize(url: any): any;
    static create(value: any): HTMLElement;
    static value(domNode: any): any;
}
export {};
