import { ValidatorFn } from '@angular/forms';
export declare const rangeLength: (value: Array<number>) => ValidatorFn;
