import { RefObject } from 'react'; export declare const useClickOutside: (ref: RefObject, callback: () => void, addEventListener?: boolean) => void;