import type { HierarchyRectangularNode } from 'd3-hierarchy'; import type { InternalTreeMapNode } from '../types/internal.js'; export declare const getTooltipData: (leafNodes: HierarchyRectangularNode[], clusterNodes: HierarchyRectangularNode[], relativePosition: { x: number; y: number; }, hasParentLabels?: boolean) => HierarchyRectangularNode | undefined; //# sourceMappingURL=get-tooltip-data.d.ts.map