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