import { RefObject } from 'react'; export declare const usePortalClick: (ref: RefObject) => { isPortalClick: (e: React.MouseEvent) => boolean; };