import { OnChanges, TemplateRef, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ForDirective implements OnChanges { private readonly vcr; ngForOf: unknown[] | null; ngForElse?: TemplateRef; ngForEmpty?: TemplateRef; private viewRef?; constructor(vcr: ViewContainerRef); ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=for.directive.d.ts.map