import type { PropType } from 'vue'; import type { Data } from '../../_utils/types'; import { Size } from '../../_utils/constant'; import { SelectViewValue } from './interface'; declare const _default: import("vue").DefineComponent; required: true; }; inputValue: StringConstructor; placeholder: StringConstructor; disabled: { type: BooleanConstructor; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; opened: { type: BooleanConstructor; default: boolean; }; size: { type: PropType; }; bordered: { type: BooleanConstructor; default: boolean; }; multiple: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; showArrow: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: BooleanConstructor; default: (props: Data) => boolean; }; maxTagCount: { type: PropType; default: number; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; retainInputValue: { type: BooleanConstructor; default: boolean; }; inputAttrs: PropType>; fitWidth: BooleanConstructor; maxWFull: { type: BooleanConstructor; default: boolean; }; }>, { inputRef: import("vue").ComputedRef; handleFocus: (ev: FocusEvent) => void; handleBlur: (ev: FocusEvent) => void; render: () => import("vue/jsx-runtime").JSX.Element; }, {}, {}, { focus(): void; blur(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focus" | "blur" | "remove")[], "clear" | "focus" | "blur" | "remove", import("vue").PublicProps, Readonly; required: true; }; inputValue: StringConstructor; placeholder: StringConstructor; disabled: { type: BooleanConstructor; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; opened: { type: BooleanConstructor; default: boolean; }; size: { type: PropType; }; bordered: { type: BooleanConstructor; default: boolean; }; multiple: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; showArrow: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: BooleanConstructor; default: (props: Data) => boolean; }; maxTagCount: { type: PropType; default: number; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; retainInputValue: { type: BooleanConstructor; default: boolean; }; inputAttrs: PropType>; fitWidth: BooleanConstructor; maxWFull: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onFocus?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onClear?: ((...args: any[]) => any) | undefined; onRemove?: ((...args: any[]) => any) | undefined; }>, { multiple: boolean; disabled: boolean; error: boolean; showArrow: boolean; allowClear: boolean; fitWidth: boolean; maxWFull: boolean; loading: boolean; bordered: boolean; maxTagCount: number | "responsive"; retainInputValue: boolean; tagNowrap: boolean; opened: boolean; allowCreate: boolean; allowSearch: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;