/// <reference types="react" />
import { PieSvgProps, MayHaveLabel } from './types';
export declare const Pie: <RawDatum extends MayHaveLabel>({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: PieSvgProps<RawDatum>) => JSX.Element;
//# sourceMappingURL=Pie.d.ts.map