import type { HoneycombChartTooltipProps } from '../types/honeycomb-internal.js'; export declare const Tooltip: { (props: HoneycombChartTooltipProps): null; displayName: string; };