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