export declare const ATTRIBUTE_MAPPING: { [name: string]: string; }; export declare function getJsxConvertedAttributes(attrs: { [key: string]: string; }): { [key: string]: string | object; }; //# sourceMappingURL=html-jsx-attribute-mapping.d.ts.map