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