import { Compiler } from '@angular/core'; import { App } from '@wm/core'; import { AppManagerService } from './app.manager.service'; export declare class DynamicComponentRefProviderService { private app; private appManager; private compiler; constructor(app: App, appManager: AppManagerService, compiler: Compiler); getComponentFactoryRef(selector: string, markup: string, options?: any): Promise; }