import { RefObject } from 'react';
export declare const useClickOutside: (ref: RefObject<HTMLElement | null>, handler: (event: MouseEvent | TouchEvent) => void) => void;
//# sourceMappingURL=useClickOutside.d.ts.map