import * as i0 from "@angular/core";
export type PositionType = 'normal' | 'fixed';
export declare class ProgressComponent {
    prefixCls: string;
    private _percent;
    private _exceedance;
    unfilled: boolean;
    position: PositionType;
    barStyle: object;
    get percent(): number;
    set percent(value: number);
    max: number;
    get value(): number;
    amProgress: boolean;
    outer: boolean;
    get fixOuter(): boolean;
    get hideOuter(): boolean;
    get exceedance(): boolean;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "Progress, nzm-progress", never, { "unfilled": { "alias": "unfilled"; "required": false; }; "position": { "alias": "position"; "required": false; }; "barStyle": { "alias": "barStyle"; "required": false; }; "percent": { "alias": "percent"; "required": false; }; }, {}, never, never, false, never>;
}
