/// import { AttributesMap, CSSProperties, Attributes } from "./types"; export declare const htmlAttrsMap: AttributesMap; export declare const boolHtmlAttrsMap: AttributesMap; export declare function parseAttrs(attrs: string, initialValue?: AttributesMap): AttributesMap; export declare function styleToObject(style: string): CSSProperties; export declare function attrsToProps(node: Element, attrsMap: AttributesMap): Attributes;