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