import type { RefObject } from 'react'; export declare function useHover(elementRef: RefObject): boolean;