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