import type { FC } from 'react'; import './index.less'; import type { LineChartProps } from './type'; declare const LineChart: FC; export default LineChart;