import React from 'react'; export declare const useOnClickOutside: (ref: React.RefObject, handler: (e: MouseEvent | TouchEvent) => void) => void;