import React from 'react'; /** * 全局弹窗根组件 */ declare const GlobalPortalRoot: React.FC; export default GlobalPortalRoot;