import type { Data } from '../../core/components/overlay-tooltip/types.js'; import type { HoneycombTooltipMetadata } from '../types/honeycomb-internal.js'; import type { HoneycombTileData } from '../types/honeycomb.js'; export declare const buildOverlayTooltipData: (tileIndex: number, honeycombData: HoneycombTileData[], tooltipMetadata: WeakMap) => Data;