export declare function toCamelCase(str: string): string; export declare function convertPropsToCamelCase(props: Record): Record;