import { PropType } from 'vue'; import type { FloatingOptions } from '../_utils/floating'; import { SelectOptionData, SelectOptionGroup } from '../select/interface'; declare const _default: import("vue").DefineComponent; default: () => never[]; }; prefix: { type: PropType; default: string; }; split: { type: StringConstructor; default: string; }; type: { type: PropType<"input" | "textarea">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; readonly: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; fitWidth: { type: BooleanConstructor; default: boolean; }; maxWFull: { type: BooleanConstructor; default: boolean; }; floatingOptions: { type: PropType; }; }>, { inputRef: import("vue").Ref; render: () => import("vue/jsx-runtime").JSX.Element; }, {}, {}, { focus(): void; blur(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (_value: string) => true; change: (_value: string) => true; search: (_value: string, _prefix: string) => true; select: (_value: string | number | Record | undefined) => true; clear: (_ev: Event) => true; focus: (_ev: FocusEvent) => true; blur: (_ev: FocusEvent) => true; }, string, import("vue").PublicProps, Readonly; default: () => never[]; }; prefix: { type: PropType; default: string; }; split: { type: StringConstructor; default: string; }; type: { type: PropType<"input" | "textarea">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; readonly: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; fitWidth: { type: BooleanConstructor; default: boolean; }; maxWFull: { type: BooleanConstructor; default: boolean; }; floatingOptions: { type: PropType; }; }>> & Readonly<{ onSearch?: ((_value: string, _prefix: string) => any) | undefined; onClear?: ((_ev: Event) => any) | undefined; onFocus?: ((_ev: FocusEvent) => any) | undefined; onBlur?: ((_ev: FocusEvent) => any) | undefined; onChange?: ((_value: string) => any) | undefined; onSelect?: ((_value: string | number | Record | undefined) => any) | undefined; "onUpdate:modelValue"?: ((_value: string) => any) | undefined; }>, { type: "textarea" | "input"; split: string; disabled: boolean; readonly: string | boolean; data: (string | number | SelectOptionData | SelectOptionGroup)[]; prefix: string | string[]; defaultValue: string; allowClear: boolean; fitWidth: boolean; maxWFull: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;