declare function capitalizeFirstLetter(s: any): string; export default capitalizeFirstLetter;