declare const capitalize: (value: string, words?: boolean) => string; export default capitalize;