{"version":3,"file":"progress.component.d.ts","sources":["progress.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnChanges, SimpleChanges } from '@angular/core';\r\nexport declare class ProgressComponent implements OnChanges {\r\n    percent: number;\r\n    decimal: number;\r\n    text: string;\r\n    icon: string;\r\n    color: string;\r\n    bkColor: string;\r\n    colors: any;\r\n    textStyle: any;\r\n    iconStyle: any;\r\n    constructor();\r\n    round(num: number, n: number): number;\r\n    ngOnChanges(changes: SimpleChanges): void;\r\n}\r\n"]}