declare const convertCountryCodeToFlag: (isoCode: string) => string; export default convertCountryCodeToFlag;