export declare function toCamelCase(str: string): string;
export declare function convertPropsToCamelCase(props: Record<string, any>): Record<string, any>;
