import React from 'react'; export declare const useClickOutside: (ref: React.RefObject, onClickOutside: () => void) => void;