import { InferError } from '../useValidation'; import { FieldSection } from '../../../models'; import { UsePickerValueProps, UsePickerValueParams, UsePickerValueResponse } from './usePickerValue.types'; /** * Manage the value lifecycle of all the pickers. */ export declare const usePickerValue: >({ props, valueManager, valueType, wrapperVariant, validator, }: UsePickerValueParams) => UsePickerValueResponse>;