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