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