import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
export declare class ProgressBar {
    value: any;
    showValue: boolean;
    style: any;
    styleClass: string;
    unit: string;
    mode: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBar, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBar, "p-progressBar", never, { "value": "value"; "showValue": "showValue"; "style": "style"; "styleClass": "styleClass"; "unit": "unit"; "mode": "mode"; }, {}, never, never>;
}
export declare class ProgressBarModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarModule, [typeof ProgressBar], [typeof i1.CommonModule], [typeof ProgressBar]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarModule>;
}
