import { OnInit, ElementRef, Renderer2 } from '@angular/core'; import { WidgetComponent } from '../widget/widget.component'; export declare class ProgressComponent extends WidgetComponent implements OnInit { static defaultColor: string; static defaultMode: string; _width: string; readonly width: string; _height: string; readonly height: string; _color: any; readonly color: any; _mode: any; readonly mode: any; readonly value: any; _quantity: any; readonly quantity: any; _bufferValue: any; readonly bufferValue: any; constructor(ngEl: ElementRef, renderer: Renderer2); ngOnInit(): void; }