import { RefObject } from 'react'; export declare const useClickOutside: (refs: RefObject[], handler: (event?: any) => void) => void;