import { RefObject } from 'react';
declare function useHover(ref: RefObject<HTMLElement>): boolean;
export { useHover };
