declare const timeZones: { value: string; abbr: string; offset: number; isdst: boolean; text: string; utc: string[]; }[]; export { timeZones };