import { LineChartProps } from './LineChartImpl'; export type { LineChartDataPoint, LineChartSeries, LineChartReferenceLine, LineChartTooltipPayloadEntry, LineChartTooltipProps, LineChartProps, CurveType, } from './LineChartImpl'; export declare function LineChart(props: LineChartProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LineChart.d.ts.map