import { TemplateRef, ViewContainerRef } from "@angular/core"; import * as i0 from "@angular/core"; interface NgLetContext { $implicit: any; ngLet: any; } export declare class NgLetDirective { private viewContainerRef; private templateRef; set ngLet(value: any); constructor(viewContainerRef: ViewContainerRef, templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export {};