import { Language, Country, Continent } from '../types/localization'; export declare const languages: Language[]; export declare const countries: Country[]; export declare const continents: Continent[];