import { type NgIterable } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TrackById { ngForOf: NgIterable; private ngFor; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, "[ngForTrackById]", never, { "ngForOf": { "alias": "ngForOf"; "required": false; }; }, {}, never, never, true, never>; } export declare class TrackByProp { ngForOf: NgIterable; private ngFor; set ngForTrackByProp(trackByProp: keyof T); static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, "[ngForTrackByProp]", never, { "ngForOf": { "alias": "ngForOf"; "required": false; }; "ngForTrackByProp": { "alias": "ngForTrackByProp"; "required": true; }; }, {}, never, never, true, never>; } export declare const TRACK_BY_DIRECTIVES: readonly [typeof TrackById, typeof TrackByProp];