import type { HierarchyRectangularNode } from 'd3-hierarchy'; import type { InternalTreeMapNode } from '../types/internal.js'; export declare const getClusterPosition: (entry: HierarchyRectangularNode) => { x0: number; x1: number; y0: number; y1: number; }; //# sourceMappingURL=get-cluster-position.d.ts.map