import { ValidatorFn } from "@angular/forms"; export declare function maxStringLengthValidator(length: number): ValidatorFn;