export declare const useOnClickOutside: (ref: React.RefObject | React.RefObject[], handler?: (event: MouseEvent | TouchEvent) => void) => void;