export interface ICountryFlag { /** * The country code to display. Uses ISO 3166-1 alpha-2 country code format (2 letters) */ countryCode: string; }