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