import { b as EMPShareRuntimeAdapterReactType, I as InitOptionsType } from './index-DaSrQPN9.js'; import '@module-federation/runtime'; import '@module-federation/sdk'; declare class ReactAdapter { libs: EMPShareRuntimeAdapterReactType; constructor(op?: EMPShareRuntimeAdapterReactType); setup(o?: EMPShareRuntimeAdapterReactType | string): void; get shared(): InitOptionsType['shared']; adapter
(component: any, scope?: string, React?: any, ReactDOM?: any): P; } declare const reactAdapter: ReactAdapter; export { ReactAdapter, reactAdapter };