import { FormControl, Validator } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class MaxValueDirective implements Validator { max: number; validate(c: FormControl): { [key: string]: any; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }