declare const NewFormItem: import("../utils").WithInstall { label: string; value: string; }; }; multiple: BooleanConstructor; modelValue: (ObjectConstructor | StringConstructor)[]; titleValue: ObjectConstructor; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly { label: string; value: string; }; }; multiple: BooleanConstructor; modelValue: (ObjectConstructor | StringConstructor)[]; titleValue: ObjectConstructor; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { multiple: boolean; fieldNames: Record; }>>; export default NewFormItem; export { NewFormItem };