import { ControlValidator, ControlValidatorOptions } from '../control-validator'; /** * * @param maxLength Max length (inclusive) * @param options options required to personnalise the validator, like the timing of the validation or the error messages to display. */ export declare const MaxLengthValidator: (maxLength: number, options?: ControlValidatorOptions) => ControlValidator; //# sourceMappingURL=max-length.d.ts.map