export declare const firstUpperCase: (str: string) => string;
export declare const toLabelWord: (str: string) => string;
