export interface Timezone { value: string; label: string; } export declare const timezones: Array;