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