import { ValidatorFn } from '@angular/forms'; export declare function phoneNumberValidator(country: any): ValidatorFn;