import type { PropType } from 'vue'; import type { OptionsProp } from './select-utils'; declare const _default: import("vue").DefineComponent<{ options: { type: PropType; required: true; }; valueKey: { type: StringConstructor; default: string; }; labelKey: { type: StringConstructor; default: string; }; emptyValue: { type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor)[]; default: null; }; modelValue: { type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor)[]; default: null; }; disabled: { type: BooleanConstructor; default: boolean; }; errors: { type: PropType; default: null; }; allErrors: { type: PropType | null>; default: null; }; placeholder: { type: StringConstructor; default: string; }; required: { type: BooleanConstructor; default: boolean; }; fieldKey: { type: StringConstructor; default: string; }; context: { type: PropType | null>; default: null; }; formObject: { type: PropType | null>; default: null; }; formObjectId: { type: (StringConstructor | NumberConstructor)[]; default: string; }; }, { normalizedOptions: import("vue").ComputedRef; onChange(e: Event): void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; required: true; }; valueKey: { type: StringConstructor; default: string; }; labelKey: { type: StringConstructor; default: string; }; emptyValue: { type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor)[]; default: null; }; modelValue: { type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor)[]; default: null; }; disabled: { type: BooleanConstructor; default: boolean; }; errors: { type: PropType; default: null; }; allErrors: { type: PropType | null>; default: null; }; placeholder: { type: StringConstructor; default: string; }; required: { type: BooleanConstructor; default: boolean; }; fieldKey: { type: StringConstructor; default: string; }; context: { type: PropType | null>; default: null; }; formObject: { type: PropType | null>; default: null; }; formObjectId: { type: (StringConstructor | NumberConstructor)[]; default: string; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { required: boolean; modelValue: string | number | boolean | Record; valueKey: string; labelKey: string; emptyValue: string | number | boolean | Record; disabled: boolean; errors: string[] | null; allErrors: Record | null; placeholder: string; fieldKey: string; context: Record | null; formObject: Record | null; formObjectId: string | number; }>; export default _default;