import { OnInit } from '@angular/core'; export declare class LoadingChartComponent implements OnInit { chartType: string; lstThemePieCharts: any[]; themeBarV: any; themeBarH: any; constructor(); ngOnInit(): void; }