export declare function convertAttributeNameToJSX(htmlName: string): string; /** * Converts kebab-case or colon:case to camelCase */ export declare function camelize(string: string): string; //# sourceMappingURL=convert-attributes.d.ts.map