import { Ref, ReactElement } from 'react'; import { WithChartRef } from '@nivo/core'; import { CirclePackingHtmlProps } from './types'; type InnerCirclePackingHtmlProps = Omit, 'animate' | 'motionConfig'> & { forwardedRef: Ref; }; export declare const InnerCirclePackingHtml: ({ data, id, value, valueFormat, width, height, margin: partialMargin, padding, leavesOnly, colors, colorBy, inheritColorFromParent, childColor, borderWidth, borderColor, circleComponent, enableLabels, label, labelsFilter, labelsSkipRadius, labelTextColor, labelComponent, layers, isInteractive, onMouseEnter, onMouseMove, onMouseLeave, onClick, tooltip, zoomedId, role, forwardedRef, }: InnerCirclePackingHtmlProps) => import("react/jsx-runtime").JSX.Element; export declare const CirclePackingHtml: (props: WithChartRef, HTMLDivElement>) => ReactElement; export {}; //# sourceMappingURL=CirclePackingHtml.d.ts.map