import { BaseSeriesProps } from './BaseSeries'; import type { IRadarSeriesSpec } from '@visactor/vchart'; export type RadarProps = BaseSeriesProps & Omit; export declare const Radar: import("react").FC & { updateId?: number; componentId?: string; }>;