import type { PickerValueManager } from '../hooks/usePicker'; import { DateValidationError, TimeValidationError, DateTimeValidationError, FieldSection } from '../../models'; import type { FieldValueManager } from '../hooks/useField'; export type SingleItemPickerValueManager = PickerValueManager; export declare const singleItemValueManager: SingleItemPickerValueManager; export declare const singleItemFieldValueManager: FieldValueManager;