declare const toLocaleCapitalizeFirstLetter: (word: string, locale?: string) => string; export { toLocaleCapitalizeFirstLetter };