import { type RefObject } from 'react'; export declare const useMouseHover: (ref: RefObject) => boolean;