import type { MaybeRef } from './_shared'; import type { Ref } from '@stacksjs/stx'; /** * Reactive element hover state. * * @param target - The target element or a ref to one * @returns A ref that is true when the element is being hovered */ export declare function useElementHover(target: MaybeRef): Ref;