import { type MutableRefObject } from "react"; export default function useHover(): [MutableRefObject, boolean];