import type React from 'react'; import type { IRadarChartSpec } from '@visactor/vchart'; import type { BaseChartProps } from './BaseChart'; export interface RadarChartProps extends Omit, Omit, 'type'> { } export declare const RadarChart: React.ForwardRefExoticComponent>;