import React from 'react'; export declare function useClickOutside(ref: React.RefObject, handler: (e: Event) => any, event?: string): void;