import { AbstractControl } from '@angular/forms'; export declare class MaxDirective { max: number; validate(c: AbstractControl): { max: boolean; }; }