import { ValidatorFn } from '@angular/forms'; import { PhoneNumberTypes } from '.'; export declare const phone: (country: string, requiredNumberType: PhoneNumberTypes) => ValidatorFn;