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