export declare type Continents = Record; export declare const tKeys: { aas: string; ap: string; eu: string; mea: string; }; export declare const continentsDefault: Continents;