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