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