export declare function useHover(): { ref: (element: TElement | null) => void; hovered: boolean; };