export declare const addFontQuotes: (text: string) => string; export declare const removeFontQuotes: (text: string) => string; export declare const toTitleCase: (str: string) => string; export declare const splitCamelCase: (str: string) => string;