import React from 'react';
interface PortalPopupProps {
    shadowRootRef?: React.MutableRefObject<HTMLDivElement>;
}
declare const PortalPopup: React.FC<PortalPopupProps>;
export default PortalPopup;
