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