import { RefObject } from 'react'; export declare const useClickOutside: (ref: RefObject, callback: () => void, ignoredElements?: string[]) => void;