import type { TreeMapSeriesActionsLeafNode } from '../../types/treemap.js'; interface TreeMapTooltipProps { series: TreeMapSeriesActionsLeafNode[]; } export declare const TreeMapTooltip: (props: TreeMapTooltipProps & import("react").RefAttributes) => React.ReactElement | null; export {};