import type { SelectFieldClient } from 'payload'; export type Props = { id: string; onChange?: (val: string) => void; readOnly?: boolean; required?: boolean; selectedTimezone?: string; } & Pick; //# sourceMappingURL=types.d.ts.map