import { OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ProgressbarComponent implements OnChanges { private cdr; mode: 'determinate' | 'indeterminate'; min: number; value: number; max: number; unit: string; showValue: boolean; animated: boolean; width: string; height: string; percent: number; calculatePercentage(): void; ngOnChanges(changes: SimpleChanges): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }