import type { HierarchyRectangularNode } from 'd3-hierarchy'; import type { Unit } from '@dynatrace-sdk/units'; import type { Formatter } from '../../core/types/formatter.js'; import type { InternalTreeMapNode } from '../types/internal.js'; export declare const getTooltipItem: (formatter: Formatter, content?: HierarchyRectangularNode, unit?: string | Unit) => { id: string; name: string; values: string[]; }; //# sourceMappingURL=get-tooltip-item.d.ts.map