export declare const useClickOutside: (ref: React.RefObject, callback: (e: MouseEvent) => void, enabled?: boolean) => void;