/// <reference types="react" />
export declare function useHover(): (boolean | import("react").MutableRefObject<any>)[];
