export declare function escapeAttr(value: string): string; export declare function escapeText(value: string): string; export declare function escapeScript(value: string): string; export declare const VOID_ELEMENTS: Set; export declare const RAW_TEXT_ELEMENTS: Set; export declare function attrToHtml(name: string, value: unknown, isSvg?: boolean): string;