export declare const HTML_BLOCK_ELEMENTS: Set;
export declare const HTML_FLOW_CONTAINERS: Set;
export declare const HTML_ELEMENTS: Set;
export declare const HTML_VOID_ELEMENTS: Set;
export declare function safeElementProps(tagName: string, attributes: {
name: string;
value: string;
}[]): Record;
export declare function safeStyle(value: string): Record | null;