/** Copyright 2023 Infosys Ltd. */
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LengthPipe implements PipeTransform {
    transform(value: any[]): number;
    static ɵfac: i0.ɵɵFactoryDeclaration<LengthPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<LengthPipe, "length", false>;
}
