/** * Tag classification constants used by the parser and external consumers. */ export declare const TAGS_WITHOUT_MARKUP: string[]; export declare const BLOCKS: string[]; export declare const RAW_TAGS: string[]; export declare const VOID_ELEMENTS: string[]; export declare const HTML_RAW_TAGS: string[];