import { UnwrapNestedRefs, WritableComputedRef, ComputedRef } from 'vue'; import { InternalModuleValue, Time, TimeModel, TimeType, TimeValuesInv } from '../../interfaces'; import { PickerBasePropsType } from '../../props'; export declare const useTimePickerUtils: (props: PickerBasePropsType, time: UnwrapNestedRefs