import type { TooltipAction } from './types.js'; /** @internal */ export declare const useTooltipReducer: () => (action: TooltipAction) => (event?: { clientX: number; clientY: number; }) => void;