import { type RefObject } from "react"; export default function useIsMouseEnter({ ref }: { ref: RefObject; }): boolean;