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