import { MutableRefObject } from 'react';
export declare const useClickOutside: (refList: Array<MutableRefObject<HTMLElement | null>>, callback?: Function) => void;
