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