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