import { MutableRefObject } from 'react'; export declare const useHover: () => [MutableRefObject, boolean];