export default useOutsideClick;
declare function useOutsideClick(refs: any, onClickOutside: any): void;
