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