import * as React from 'react'; export declare function useHover(): [ ref: React.RefObject, hovering: boolean ];