/**
 * Converts a camelCase string to Title Words with spaces
 *
 * @param camelStr - MUST be in camelCase or this might not work
 */
export declare const camelToTitleWords: (camelStr?: string) => string;
//# sourceMappingURL=camel-to-title.d.ts.map