import type { HierarchyRectangularNode } from 'd3-hierarchy'; import type { InternalTreeMapNode } from '../types/internal.js'; export declare const getNodeColor: (entry: HierarchyRectangularNode) => string; //# sourceMappingURL=get-node-color.d.ts.map