export declare class ProgressBar {
    value: any;
    showValue: boolean;
    style: any;
    styleClass: string;
    unit: string;
    mode: string;
}
export declare class ProgressBarModule {
}
