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