import { ValidatorFn } from "@angular/forms"; export declare function conditionalChangeValidator(conditionalValidationProps: string[]): ValidatorFn;