export interface IonIntlTelInputModel { e164Number: string; internationalNumber: string; nationalNumber: string; isoCode: string; dialCode: string; }