type Event = MouseEvent | TouchEvent; export declare const useOnClickOutside: (handler: (event: Event) => void) => { ref: import("react").RefObject; }; export {}; //# sourceMappingURL=useClickOutside.d.ts.map