/** * specialized use of useFieldProps shared between select and autocomplete components * @param {import('vue').Ref} nodeRef * @param {import('../types.js').VjsfStatefulLayout} statefulLayout * @param {any} avatarProps * @param {'v-autocomplete' | 'v-select'} cssPrefix */ export default function _default(nodeRef: import("vue").Ref, statefulLayout: import("../types.js").VjsfStatefulLayout, avatarProps: any, cssPrefix: "v-autocomplete" | "v-select"): { localData: import("vue").Ref; inputProps: import("vue").ComputedRef & { class: string[]; }>; selectProps: import("vue").ComputedRef<{ [x: string]: any; class: string[]; }>; compSlots: import("vue").ComputedRef>; selectSlots: import("vue").ComputedRef<{ [x: string]: any; }>; getItems: { hasItems: import("vue").ComputedRef; items: import("vue").Ref; loading: import("vue").Ref; search: import("vue").Ref; prepareSelectedItem: (selectedItem: any, itemValue: any) => any; }; }; //# sourceMappingURL=use-select-node.d.ts.map