/** * Convert country code to corresponding flag emoji * @param {string} cc - country code string * @returns {string} flag emoji */ export declare const countryCodeEmoji: (cc: string) => string; //# sourceMappingURL=country-code-emodji.d.ts.map