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