import type { RefObject } from 'react';
export declare function useHover(
/**
 * The target element for the mouseenter event.
 */
ref: RefObject<HTMLElement>): boolean;
//# sourceMappingURL=use-hover.d.ts.map