import { Validator, AbstractControl } from '@angular/forms'; import * as ɵngcc0 from '@angular/core'; export declare class RegExpValidator implements Validator { uiRegExp: string; validate(c: AbstractControl): { [key: string]: any; }; static ɵfac: ɵngcc0.ɵɵFactoryDef; static ɵdir: ɵngcc0.ɵɵDirectiveDefWithMeta; } //# sourceMappingURL=regExp.directive.d.ts.map