/** * Takes a string and capitalizes the first character after every ' ' and also * the very first character. * * @param src The string to title case. */ export declare function titleCase(src: string): string; //# sourceMappingURL=index.d.ts.map