import { ValidatorFn } from "@angular/forms";
import { LocaleService } from "../../core/services/tcc-locale/tcc-locale.service";
export declare function tccNumberValidator(localeService: LocaleService): ValidatorFn;
