import { LineChartData } from '../charts/LineChart/types'; export declare const stackedData: (data: LineChartData[]) => LineChartData[];