import { OnInit } from '@angular/core'; import { ChartDataSets, ChartOptions, ChartType } from 'chart.js'; import { Color, Label } from 'ng2-charts'; export declare class IotDataChartComponent implements OnInit { ChartData: ChartDataSets[]; ChartLabels: Label[]; ChartOptions: ChartOptions; ChartColors: Color[]; ChartLegend: boolean; ChartType: ChartType; ChartPlugins: any[]; constructor(); ngOnInit(): void; } //# sourceMappingURL=iot-data-chart.component.d.ts.map