export interface CountryList { countryNames: string[]; }