import { RefObject } from 'react'; export declare const useOutsideClick: (callback: () => void, target: RefObject) => void;