import { FC } from 'react'; import { RadarChartProps } from './types'; export declare const RadarChart: FC;