import { GenericChartModel } from '../generic-chart.model'; export declare class ChartAmchartLineComponent extends GenericChartModel { constructor(); getData(seriesArg: any): void; parseData(chart: any, id?: any, dataSet?: any[], index?: any): { name: any; graph: { title: any; xlabel: string; ylabel: string; type: any; series: any; }; id: any; index: any; } | { id: any; index: any; name?: undefined; graph?: undefined; }; }