import * as React from "react"; export declare const useOnHover: (ref: React.RefObject, handler: () => void) => void;