import { ValidatorFn } from "@angular/forms";
import { BehaviorSubject } from "rxjs";
export declare function tccNotSameValidator(compareValues: string | string[]): ValidatorFn;
export declare function tccNotSameValidatorASync(compareValues: BehaviorSubject<string[]>, skipValue?: BehaviorSubject<string>): ValidatorFn;
