import { AbstractControl } from '@angular/forms'; export declare function RegexValidatorFactory(regex: string): (ac: AbstractControl) => { notMatchingRegex: boolean; };