import { RadarOptions as G2plotRadarProps } from '@antv/g2plot'; import React from 'react'; import { ChartProps } from "../../utils/types/ChartProps"; export declare type RadarProps = Omit, 'label'>; declare type Radar = (props: RadarProps) => React.ReactElement | null; export declare const Radar: Radar; export {};