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