declare const timezoneOptions: {
    label: string;
    value: string;
}[];
export default timezoneOptions;
