import { OnChanges, SimpleChanges } from '@angular/core'; import * as ɵngcc0 from '@angular/core'; export declare class ProgressComponent implements OnChanges { percent: number; decimal: number; text: string; icon: string; color: string; bkColor: string; colors: any; textStyle: any; iconStyle: any; constructor(); round(num: number, n: number): number; ngOnChanges(changes: SimpleChanges): void; static ɵfac: ɵngcc0.ɵɵFactoryDef; static ɵcmp: ɵngcc0.ɵɵComponentDefWithMeta; } //# sourceMappingURL=progress.component.d.ts.map