import { ValidatorFn } from '@angular/forms';
export declare const range: (range: number[]) => ValidatorFn;
