export declare function capitalizeFirstLetter(val: string): string;
