declare const capitalizeFirst: (value: string) => string;

export { capitalizeFirst };
