export declare function useHovering(): { hovering: import("vue").Ref<boolean>; handleMouseEnter: () => void; handleMouseLeave: () => void; };