import type { HighlightingMap } from '../types/internal.js'; export declare const TreeMapHighlightingMapContext: import("react").Context; export declare const useTreeMapHighlightingMap: () => HighlightingMap;