import { DoCheck, OnChanges, SimpleChanges, TemplateRef, ViewContainerRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class NgxTemplateOutletDirective implements OnChanges, DoCheck { private _viewContainerRef; private viewRef; context: Object; additionalContext: Object; ngxTemplateOutlet: TemplateRef; private static hasContextShapeChanged; constructor(_viewContainerRef: ViewContainerRef); ngOnChanges(changes: SimpleChanges): void; ngDoCheck(): void; private shouldRecreateView; private updateExistingContext; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }