import * as React from 'react'; export declare const useOnClickOutside: (ref: React.RefObject, handler: (e: Event) => void) => void;