import * as ɵngcc0 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: ɵngcc0.ɵɵFactoryDef<ProgressbarConfig, never>;
}

//# sourceMappingURL=progressbar.config.d.ts.map