import { OnInit } from '@angular/core'; export declare class ZrProgressComponent implements OnInit { progress: any; type?: string; lineHeight?: number; textInside?: string; backGround?: string; textShow?: boolean; width?: number; status?: any; constructor(); ngOnInit(): void; setLineHeight(): string; setBackGround(): string | undefined; setWidth(): string; setCircleProgress(): string; setStrokeColor(): string | undefined; }