interface TimezoneSelectProps { value: string | undefined; onChange: (value: string | undefined) => void; placeholder?: string; disabled?: boolean; className?: string; clearable?: boolean; } export declare function TimezoneSelect({ value, onChange, placeholder, disabled, className, clearable, }: TimezoneSelectProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=timezone-select.d.ts.map