import type { RefObject } from 'react'; export declare const useClickOutside: (ref: RefObject, fn: () => void) => void;