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; static ɵcmp: i0.ɵɵComponentDeclaration; }