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 DateFormatValidator: (options?: ControlValidatorOptions) => ControlValidator; //# sourceMappingURL=date-format.d.ts.map