import { NgFor } from "@angular/common"; import { OnChanges, TemplateRef, ViewContainerRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class NgForDirective implements OnChanges { private ngFor; private viewContainerRef; ngForOf?: Iterable | null; set ngForTrackByProp(prop: keyof T); ngForEmpty?: TemplateRef; private ngForEmptyViewRef?; constructor(ngFor: NgFor, viewContainerRef: ViewContainerRef); ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration, [{ self: true; }, null]>; static ɵdir: i0.ɵɵDirectiveDeclaration, "[ngFor]", never, { "ngForOf": "ngForOf"; "ngForTrackByProp": "ngForTrackByProp"; "ngForEmpty": "ngForEmpty"; }, {}, never, never, false>; }