import { ILineChartProps } from './types'; declare const LineChart: ({ ...props }: ILineChartProps) => import("react/jsx-runtime").JSX.Element; export default LineChart; //# sourceMappingURL=LineChart.d.ts.map