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