export declare class CProgressBar { value: number; hideDetails: boolean; singleLine: boolean; label: string; color: string; indeterminate: boolean; private _getSafeValue; render(): any; }