import { Validator, FormControl } from '@angular/forms'; export declare class CustomMaxDirective implements Validator { customMax: number; validate(c: FormControl): { [key: string]: any; }; }