import { OnInit } from '@angular/core'; export declare class ExgKpiProgressbarComponent implements OnInit { caption: string; value: number; color: string; constructor(); ngOnInit(): void; get barstyle(): string; get labelstyle(): string; }