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