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