import { OnInit, ComponentFactoryResolver, Type, ComponentRef, ViewContainerRef } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { Title } from '@angular/platform-browser'; import { Registry } from '../../services/registry.service'; import { ViewConfig } from '../../models/views'; import { MatDialogRef } from '@angular/material/dialog'; export declare class ScreenWrapperComponent implements OnInit { data: any; dialogRef: MatDialogRef; private reg; private route; private container; private resolver; private title; screen: ViewConfig; component: Type; componentRef: ComponentRef; searchComponentRef: ComponentRef; dynamicComponentContainer: ViewContainerRef; constructor(data: any, dialogRef: MatDialogRef, reg: Registry, route: ActivatedRoute, container: ViewContainerRef, resolver: ComponentFactoryResolver, title: Title); ngOnInit(): void; } //# sourceMappingURL=screen-wrapper.component.d.ts.map