export declare function mapHtmlAttributesToReactElementAttributes(attributes: Record<string, string>): Record<string, string>;
