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