import { HeatMapDatum, TooltipProps } from './types'; declare const NonMemoizedHeatMapTooltip: ({ cell }: TooltipProps) => import("react/jsx-runtime").JSX.Element | null; export declare const HeatMapTooltip: typeof NonMemoizedHeatMapTooltip; export {}; //# sourceMappingURL=HeatMapTooltip.d.ts.map