import type { PropType } from 'vue'; export interface Option { id: string | number; name: string; disabled?: boolean; group?: true; } declare const _default: import("vue").DefineComponent; required: true; }; emptyOption: { type: BooleanConstructor; default: boolean; }; id: { type: StringConstructor; default: () => string; }; label: { type: StringConstructor; required: false; }; autofocus: { type: BooleanConstructor; default: boolean; }; helpText: { type: StringConstructor; default: string; }; noMargin: { type: BooleanConstructor; default: boolean; }; prependIcon: { type: (StringConstructor | ArrayConstructor)[]; required: false; }; appendIcon: { type: (StringConstructor | ArrayConstructor)[]; required: false; }; containerAttrs: { type: ObjectConstructor; required: false; }; }>, { focus: () => void; inputElement: import("vue").Ref; modelValue: import("vue").WritableComputedRef; options: import("vue").ComputedRef; select: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "update:modelValue")[], "focus" | "blur" | "update:modelValue", import("vue").PublicProps, Readonly; required: true; }; emptyOption: { type: BooleanConstructor; default: boolean; }; id: { type: StringConstructor; default: () => string; }; label: { type: StringConstructor; required: false; }; autofocus: { type: BooleanConstructor; default: boolean; }; helpText: { type: StringConstructor; default: string; }; noMargin: { type: BooleanConstructor; default: boolean; }; prependIcon: { type: (StringConstructor | ArrayConstructor)[]; required: false; }; appendIcon: { type: (StringConstructor | ArrayConstructor)[]; required: false; }; containerAttrs: { type: ObjectConstructor; required: false; }; }>> & Readonly<{ onFocus?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { id: string; autofocus: boolean; modelValue: string | number; helpText: string; noMargin: boolean; emptyOption: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;