import { ValidatorFn } from "@angular/forms"; import { CountryCode } from "libphonenumber-js"; export declare const phone: (country: CountryCode) => ValidatorFn;