import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ProgressBarComponent implements OnInit { private _progressValue; animatedProgressValue: number; displayValue: number; set progressValue(value: number); get progressValue(): number; showLabel: boolean; label: string; icon: string; iconStyle: 'duotone' | 'linear' | 'filled'; iconSize: 'xsm' | 'sm' | 'md' | 'lg' | 'xlg' | 'xxlg' | 'huge' | 'giant'; constructor(); ngOnInit(): void; animateProgress(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }