import { default as React } from 'react';
import { ChartProps } from '../../types';
declare const RadarChart: React.NamedExoticComponent<ChartProps>;
export default RadarChart;
