import type { HierarchyRectangularNode } from 'd3-hierarchy'; import type { LegendItem } from '../../core/components/legend/categorical/types/legend.js'; import { type HighlightingMap, type InternalTreeMapNode } from '../types/internal.js'; export interface TreeMapClusterProps { treeMapData: HierarchyRectangularNode; highlightedItem?: LegendItem; highlightingMap: HighlightingMap; } export declare const TreeMapCluster: (props: TreeMapClusterProps) => import("react").JSX.Element[]; //# sourceMappingURL=TreeMapCluster.d.ts.map