import type { StaticLabel } from '../../../config/types.js'; import type { SelectField } from '../../config/types.js'; export declare const baseTimezoneField: (args: { label?: StaticLabel; } & Partial) => SelectField; //# sourceMappingURL=baseField.d.ts.map