import { EventEmitter, OnInit } from '@angular/core'; import { UiComponentsService } from '../../services/ui-components.service'; import { LineChartComponentConfig } from './line-chart.model'; import * as i0 from "@angular/core"; export declare class LineChartComponent implements OnInit { private uiComponentsService; config: LineChartComponentConfig; onClick: EventEmitter; multi: any[]; legend: boolean; showLabels: boolean; animations: boolean; xAxis: boolean; yAxis: boolean; showYAxisLabel: boolean; showXAxisLabel: boolean; timeline: boolean; colorScheme: { domain: string[]; }; constructor(uiComponentsService: UiComponentsService); ngOnInit(): void; onSelect(data: any): void; onActivate(data: any): void; onDeactivate(data: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }