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