export declare const ProgressColor: (processStatus: string) => string; export declare const UppercaseFirstLetter: (str: string) => string;