import type { RefObject } from 'react'; export declare function useOutsideClick(ref: RefObject, callback: () => void): void;