import { FormControl } from '@angular/forms'; export declare class MaxLengthValidatorDirective { private length; private validator; private validateLengthFactory; constructor(length: string); validate(c: FormControl): any; }