import type { HierarchyRectangularNode } from '@visx/hierarchy/lib/types.js'; import type { InternalTreeMapNode } from '../types/internal.js'; export declare const getNodePosition: (entry: HierarchyRectangularNode) => { x: number; y: number; };