import { RefObject } from 'react'; export declare function useOverlayPortalFix(portalRef: RefObject, enabled: boolean): void;