import type { HierarchyRectangularNode } from 'd3-hierarchy'; import type { LegendItem } from '../../core/components/legend/categorical/types/legend.js'; import type { HighlightingMap, InternalTreeMapNode } from '../types/internal.js'; export declare const getNodeOpacity: (entry: HierarchyRectangularNode, highlightingMap: HighlightingMap, highlightedItem?: LegendItem) => number; //# sourceMappingURL=get-node-opacity.d.ts.map