import * as i0 from "@angular/core";
export declare class ProgressbarConfig {
    /** if `true` changing value of progress bar will be animated */
    animate: boolean;
    /** maximum total value of progress element */
    max: number;
    static ɵfac: i0.ɵɵFactoryDeclaration<ProgressbarConfig, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ProgressbarConfig>;
}
