export declare const genericTimeZones: { name: string; alternativeName: string; group: any[]; continentCode: string; continentName: string; countryName: string; countryCode: string; rawOffsetInMinutes: number; abbreviation: string; rawFormat: string; currentTimeOffsetInMinutes: number; currentTimeFormat: string; mainCities: any[]; }[];