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