import React from 'react'; export declare function useOutsideClick(ref: React.RefObject, callback: () => void): void;