/** * @description This is a list of words that should not be capitalized for title case. * @private */ export declare const non_titlecased_words: string[]; export default non_titlecased_words;