import { ApplicationRef, Injector, TemplateRef as NgTemplateRef, Type } from '@angular/core'; import { GetProperties } from '@uib/angular/utils'; import { ComponentRef, ComponentViewOptions, DynamicContent, DynamicViewOptions, DynamicViewRef, TemplateRef, TemplateViewOptions } from './models'; import * as i0 from "@angular/core"; export declare class DynamicViewService { private readonly injector; private readonly application; constructor(injector: Injector, application: ApplicationRef); createComponent(component: Type, options?: ComponentViewOptions>): ComponentRef>; createTemplate(template: NgTemplateRef, options?: TemplateViewOptions): TemplateRef; createView(content: DynamicContent, options?: DynamicViewOptions): DynamicViewRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=dynamic-view.service.d.ts.map