import { ValidatorFn } from "@angular/forms";
export declare function tccRegExValidator(regExString: string | RegExp, flags?: string, name?: string): ValidatorFn;
