import { FormControl } from '@angular/forms'; export declare class NotNegativeIntegerValidatorDirective { private validator; private validateNotNegativeIntegerFactory; constructor(); validate(c: FormControl): any; }