import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ArrayFromLengthPipe implements PipeTransform {
    transform(length: number, perView: number): number[];
    static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFromLengthPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<ArrayFromLengthPipe, "arrayFromLength", true>;
}
