import { TreeMapState } from '../types/state.js'; export declare const useSelector: (selector: (state: TreeMapState) => T) => T; export declare const useSetState: () => (action: TreeMapState | ((prev: TreeMapState) => TreeMapState)) => void; export declare const useHighlightedState: () => import("../../index.js")._LegendItem | undefined; export declare const useGroupsSelectedState: () => import("../../index.js")._LegendItem[]; export declare const useLeafNodesState: () => import("d3-hierarchy").HierarchyRectangularNode[]; export declare const useClusterNodesState: () => import("d3-hierarchy").HierarchyRectangularNode[]; export declare const useColorMap: () => import("../types/internal.js").LegendColorMap; //# sourceMappingURL=selectors.d.ts.map