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