export declare class ProgressBarComponent { value: number; showValue: boolean; barCls: string; barStyle: Object; }