type SingleItem = any; type __VLS_Props = { items: Array; label: string; name: string; help?: string; modelValue?: SingleItem | SingleItem[] | undefined; multiple?: boolean; rules?: Array; by: string; labelId?: string; buttonId?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:modelValue": (val: any[]) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((val: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;