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