import { TranslationKey } from '../assets/locales/types';
import { Country } from './country';
/**
 * Countries names.
 *
 * Names should be labels of translations.
 */
export declare const COUNTRIES_NAMES: Record<Country, TranslationKey>;
