import { MFHostAppProps } from './types'; /** * Wrap the remote MF tree with the host-owned runtime and shared shell providers. */ export declare function MFHostApp(props: MFHostAppProps): import("@emotion/react/jsx-runtime").JSX.Element; export default MFHostApp; //# sourceMappingURL=MFHostApp.d.ts.map