import { NgFor } from '@angular/common'; import * as i0 from "@angular/core"; /** * An extension of `NgFor` directive that allows consumers to iterate "x times" instead of through a list of items * * @param {number} count - a positive integer starting from 0 * * @example * * ```html * *

{{i}}

* *

{{i}}

* ``` */ export declare class Repeat extends NgFor { set ngForRepeat(count: number); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }