import { OnChanges, EventEmitter, SimpleChanges } from '@angular/core'; export declare class ChartComponent implements OnChanges { view: any; showLegend: boolean; legendOptions: any; data: any; legendData: any; legendType: any; colors: any; activeEntries: any[]; animations: boolean; legendLabelClick: EventEmitter; legendLabelActivate: EventEmitter; legendLabelDeactivate: EventEmitter; chartWidth: any; title: any; legendWidth: any; ngOnChanges(changes: SimpleChanges): void; update(): void; getLegendType(): string; } //# sourceMappingURL=chart.component.d.ts.map