import { ReactElement } from 'react'; import { WithChartRef } from '@nivo/core'; import { RadarSvgProps } from './types'; export declare const Radar: >(props: WithChartRef, SVGSVGElement>) => ReactElement; //# sourceMappingURL=Radar.d.ts.map