export declare const getCountryDialCode: (country: string) => string; export declare const countryCodes: { name: { en: string; ru: string; pl: string; ua: string; cz: string; by: string; pt: string; }; dial_code: string; code: string; flag: string; }[]; //# sourceMappingURL=CountryCodes.d.ts.map