import { ChartDataOptionsInternal } from '../chart-data-options/types'; import { DataTable } from '../chart-data-processor/table-processor'; import type { ChartType } from '../types'; import { ChartData } from './types'; export declare const chartDataService: (chartType: ChartType, chartDataOptions: ChartDataOptionsInternal, dataTable: DataTable) => ChartData; //# sourceMappingURL=chart-data-service.d.ts.map