import { OnInit, ComponentFactoryResolver, ViewContainerRef } from '@angular/core'; import { TruComponentLookup } from '@trudb/tru-common-lib'; import * as i0 from "@angular/core"; export declare class TruDesktopView implements OnInit { private viewContainerRef; private componentFactoryResolver; private componentLookup; view: any; constructor(viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver, componentLookup: TruComponentLookup); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }