import type { ComponentInternalInstance, Ref } from 'vue'; import type { DropdownValue } from './types'; export default function useItem(instance: ComponentInternalInstance, currentValue: Ref): { parentItem: import("vue").ComputedRef; valuePath: import("vue").ComputedRef; };