import { ValidatorFn } from "@angular/forms";
/**
 * This Function can be assigned to FormGroup validation
 * in order to verify that a given set of values
 * are equal
 */
export declare function xmatValuesMatchValidation(controlKeys: string[]): ValidatorFn;
