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