import { EmergeType } from '@m4l/components'; export type CreateAppMFProps = { prefixMF: string; moduleId: string; App: (props: { emergeType?: EmergeType; }) => JSX.Element; privileges: string[]; appVersion: string; componentsDictionary: string[]; skeletonFlags: string[]; }; /** * Create a new app for a microfrontend */ export declare function createAppMF(props: CreateAppMFProps): void; //# sourceMappingURL=createAppMF.d.ts.map