declare const capitalize: (value: string) => string;
export default capitalize;
