export interface CountryItem { flag: string; name: string; dialCode: string; code: string; } //# sourceMappingURL=country.d.ts.map