import type { App } from 'vue'; import type { ArcoOptions } from '../_utils/types'; import _Select from './select'; import _Option from './option'; import _Optgroup from './optgroup'; declare const Select: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins | (string | number | boolean | Record)[]>; default: undefined; }; defaultValue: { type: import("vue").PropType | (string | number | boolean | Record)[]>; default: (props: import("../_utils/types").Data) => "" | never[]; }; inputValue: { type: StringConstructor; }; defaultInputValue: { type: StringConstructor; default: string; }; size: { type: import("vue").PropType<"mini" | "small" | "medium" | "large">; }; placeholder: StringConstructor; loading: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: import("vue").PropType; default: (props: import("../_utils/types").Data) => boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; maxTagCount: { type: NumberConstructor; default: number; }; popupContainer: { type: import("vue").PropType; }; bordered: { type: BooleanConstructor; default: boolean; }; defaultActiveFirstOption: { type: BooleanConstructor; default: boolean; }; popupVisible: { type: BooleanConstructor; default: undefined; }; defaultPopupVisible: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; filterOption: { type: import("vue").PropType boolean)>; default: boolean; }; options: { type: import("vue").PropType<(string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[]>; default: () => never[]; }; virtualListProps: { type: import("vue").PropType; }; triggerProps: { type: import("vue").PropType; }; formatLabel: { type: import("vue").PropType<(data: import("./interface").SelectOptionData) => string>; }; fallbackOption: { type: import("vue").PropType) => import("./interface").SelectOptionData)>; default: boolean; }; showExtraOptions: { type: BooleanConstructor; default: boolean; }; valueKey: { type: StringConstructor; default: string; }; searchDelay: { type: NumberConstructor; default: number; }; limit: { type: NumberConstructor; default: number; }; fieldNames: { type: import("vue").PropType>; }; scrollbar: { type: import("vue").PropType; default: boolean; }; showHeaderOnEmpty: { type: import("vue").PropType; default: boolean; }; showFooterOnEmpty: { type: import("vue").PropType; default: boolean; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClear?: ((ev: Event) => any) | undefined; onChange?: ((value: string | number | boolean | Record | (string | number | boolean | Record)[]) => any) | undefined; "onUpdate:inputValue"?: ((inputValue: string) => any) | undefined; onInputValueChange?: ((inputValue: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean | Record | (string | number | boolean | Record)[]) => any) | undefined; onRemove?: ((removed: string | number | boolean | Record | undefined) => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; onSearch?: ((inputValue: string) => any) | undefined; onDropdownScroll?: ((ev: Event) => any) | undefined; onDropdownReachBottom?: ((ev: Event) => any) | undefined; onExceedLimit?: ((value: string | number | boolean | Record | undefined, ev: Event) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (value: string | number | boolean | Record | (string | number | boolean | Record)[]) => true; 'update:inputValue': (inputValue: string) => true; 'update:popupVisible': (visible: boolean) => true; change: (value: string | number | boolean | Record | (string | number | boolean | Record)[]) => true; inputValueChange: (inputValue: string) => true; popupVisibleChange: (visible: boolean) => true; clear: (ev: Event) => true; remove: (removed: string | number | boolean | Record | undefined) => true; search: (inputValue: string) => true; dropdownScroll: (ev: Event) => true; dropdownReachBottom: (ev: Event) => true; exceedLimit: (value: string | number | boolean | Record | undefined, ev: Event) => true; }, import("vue").PublicProps, { disabled: boolean; error: boolean; allowClear: boolean; defaultValue: string | number | boolean | Record | (string | number | boolean | Record)[]; modelValue: string | number | boolean | Record | (string | number | boolean | Record)[]; loading: boolean; bordered: boolean; multiple: boolean; allowCreate: boolean; allowSearch: boolean | { retainInputValue?: boolean | undefined; }; maxTagCount: number; tagNowrap: boolean; defaultInputValue: string; scrollbar: boolean | import("..").ScrollbarProps; popupVisible: boolean; defaultPopupVisible: boolean; unmountOnClose: boolean; filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean); options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[]; searchDelay: number; valueKey: string; defaultActiveFirstOption: boolean; fallbackOption: boolean | ((value: string | number | boolean | Record) => import("./interface").SelectOptionData); showExtraOptions: boolean; limit: number; showHeaderOnEmpty: boolean; showFooterOnEmpty: boolean; }, true, {}, {}, { Trigger: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: string; }; position: { type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; popupOffset: { type: NumberConstructor; default: number; }; popupTranslate: { type: import("vue").PropType; }; showArrow: { type: BooleanConstructor; default: boolean; }; alignPoint: { type: BooleanConstructor; default: boolean; }; popupHoverStay: { type: BooleanConstructor; default: boolean; }; blurToClose: { type: BooleanConstructor; default: boolean; }; clickToClose: { type: BooleanConstructor; default: boolean; }; clickOutsideToClose: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; contentClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; contentStyle: { type: import("vue").PropType; }; arrowClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; arrowStyle: { type: import("vue").PropType; }; popupStyle: { type: import("vue").PropType; }; animationName: { type: StringConstructor; default: string; }; duration: { type: import("vue").PropType; }; mouseEnterDelay: { type: NumberConstructor; default: number; }; mouseLeaveDelay: { type: NumberConstructor; default: number; }; focusDelay: { type: NumberConstructor; default: number; }; autoFitPopupWidth: { type: BooleanConstructor; default: boolean; }; autoFitPopupMinWidth: { type: BooleanConstructor; default: boolean; }; autoFixPosition: { type: BooleanConstructor; default: boolean; }; popupContainer: { type: import("vue").PropType; }; updateAtScroll: { type: BooleanConstructor; default: boolean; }; autoFitTransformOrigin: { type: BooleanConstructor; default: boolean; }; hideEmpty: { type: BooleanConstructor; default: boolean; }; openedClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; autoFitPosition: { type: BooleanConstructor; default: boolean; }; renderToBody: { type: BooleanConstructor; default: boolean; }; preventFocus: { type: BooleanConstructor; default: boolean; }; scrollToClose: { type: BooleanConstructor; default: boolean; }; scrollToCloseDistance: { type: NumberConstructor; default: number; }; }>> & Readonly<{ onResize?: (() => any) | undefined; onHide?: (() => any) | undefined; onShow?: (() => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:popupVisible': (visible: boolean) => true; popupVisibleChange: (visible: boolean) => true; show: () => true; hide: () => true; resize: () => true; }, import("vue").PublicProps, { disabled: boolean; position: "br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb"; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]; popupOffset: number; showArrow: boolean; alignPoint: boolean; popupHoverStay: boolean; blurToClose: boolean; clickToClose: boolean; clickOutsideToClose: boolean; unmountOnClose: boolean; animationName: string; mouseEnterDelay: number; mouseLeaveDelay: number; focusDelay: number; autoFitPopupWidth: boolean; autoFitPopupMinWidth: boolean; autoFixPosition: boolean; updateAtScroll: boolean; autoFitTransformOrigin: boolean; hideEmpty: boolean; autoFitPosition: boolean; renderToBody: boolean; preventFocus: boolean; scrollToClose: boolean; scrollToCloseDistance: number; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: string; }; position: { type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; popupOffset: { type: NumberConstructor; default: number; }; popupTranslate: { type: import("vue").PropType; }; showArrow: { type: BooleanConstructor; default: boolean; }; alignPoint: { type: BooleanConstructor; default: boolean; }; popupHoverStay: { type: BooleanConstructor; default: boolean; }; blurToClose: { type: BooleanConstructor; default: boolean; }; clickToClose: { type: BooleanConstructor; default: boolean; }; clickOutsideToClose: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; contentClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; contentStyle: { type: import("vue").PropType; }; arrowClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; arrowStyle: { type: import("vue").PropType; }; popupStyle: { type: import("vue").PropType; }; animationName: { type: StringConstructor; default: string; }; duration: { type: import("vue").PropType; }; mouseEnterDelay: { type: NumberConstructor; default: number; }; mouseLeaveDelay: { type: NumberConstructor; default: number; }; focusDelay: { type: NumberConstructor; default: number; }; autoFitPopupWidth: { type: BooleanConstructor; default: boolean; }; autoFitPopupMinWidth: { type: BooleanConstructor; default: boolean; }; autoFixPosition: { type: BooleanConstructor; default: boolean; }; popupContainer: { type: import("vue").PropType; }; updateAtScroll: { type: BooleanConstructor; default: boolean; }; autoFitTransformOrigin: { type: BooleanConstructor; default: boolean; }; hideEmpty: { type: BooleanConstructor; default: boolean; }; openedClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; autoFitPosition: { type: BooleanConstructor; default: boolean; }; renderToBody: { type: BooleanConstructor; default: boolean; }; preventFocus: { type: BooleanConstructor; default: boolean; }; scrollToClose: { type: BooleanConstructor; default: boolean; }; scrollToCloseDistance: { type: NumberConstructor; default: number; }; }>> & Readonly<{ onResize?: (() => any) | undefined; onHide?: (() => any) | undefined; onShow?: (() => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { disabled: boolean; position: "br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb"; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]; popupOffset: number; showArrow: boolean; alignPoint: boolean; popupHoverStay: boolean; blurToClose: boolean; clickToClose: boolean; clickOutsideToClose: boolean; unmountOnClose: boolean; animationName: string; mouseEnterDelay: number; mouseLeaveDelay: number; focusDelay: number; autoFitPopupWidth: boolean; autoFitPopupMinWidth: boolean; autoFixPosition: boolean; updateAtScroll: boolean; autoFitTransformOrigin: boolean; hideEmpty: boolean; autoFitPosition: boolean; renderToBody: boolean; preventFocus: boolean; scrollToClose: boolean; scrollToCloseDistance: number; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase; default: string; }; position: { type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; popupOffset: { type: NumberConstructor; default: number; }; popupTranslate: { type: import("vue").PropType; }; showArrow: { type: BooleanConstructor; default: boolean; }; alignPoint: { type: BooleanConstructor; default: boolean; }; popupHoverStay: { type: BooleanConstructor; default: boolean; }; blurToClose: { type: BooleanConstructor; default: boolean; }; clickToClose: { type: BooleanConstructor; default: boolean; }; clickOutsideToClose: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; contentClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; contentStyle: { type: import("vue").PropType; }; arrowClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; arrowStyle: { type: import("vue").PropType; }; popupStyle: { type: import("vue").PropType; }; animationName: { type: StringConstructor; default: string; }; duration: { type: import("vue").PropType; }; mouseEnterDelay: { type: NumberConstructor; default: number; }; mouseLeaveDelay: { type: NumberConstructor; default: number; }; focusDelay: { type: NumberConstructor; default: number; }; autoFitPopupWidth: { type: BooleanConstructor; default: boolean; }; autoFitPopupMinWidth: { type: BooleanConstructor; default: boolean; }; autoFixPosition: { type: BooleanConstructor; default: boolean; }; popupContainer: { type: import("vue").PropType; }; updateAtScroll: { type: BooleanConstructor; default: boolean; }; autoFitTransformOrigin: { type: BooleanConstructor; default: boolean; }; hideEmpty: { type: BooleanConstructor; default: boolean; }; openedClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; autoFitPosition: { type: BooleanConstructor; default: boolean; }; renderToBody: { type: BooleanConstructor; default: boolean; }; preventFocus: { type: BooleanConstructor; default: boolean; }; scrollToClose: { type: BooleanConstructor; default: boolean; }; scrollToCloseDistance: { type: NumberConstructor; default: number; }; }>> & Readonly<{ onResize?: (() => any) | undefined; onHide?: (() => any) | undefined; onShow?: (() => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:popupVisible': (visible: boolean) => true; popupVisibleChange: (visible: boolean) => true; show: () => true; hide: () => true; resize: () => true; }, string, { disabled: boolean; position: "br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb"; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]; popupOffset: number; showArrow: boolean; alignPoint: boolean; popupHoverStay: boolean; blurToClose: boolean; clickToClose: boolean; clickOutsideToClose: boolean; unmountOnClose: boolean; animationName: string; mouseEnterDelay: number; mouseLeaveDelay: number; focusDelay: number; autoFitPopupWidth: boolean; autoFitPopupMinWidth: boolean; autoFixPosition: boolean; updateAtScroll: boolean; autoFitTransformOrigin: boolean; hideEmpty: boolean; autoFitPosition: boolean; renderToBody: boolean; preventFocus: boolean; scrollToClose: boolean; scrollToCloseDistance: number; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: (app: App, options?: ArcoOptions | undefined) => void; }; SelectView: 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: import("vue").PropType<"mini" | "small" | "medium" | "large">; }; bordered: { type: BooleanConstructor; default: boolean; }; multiple: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: BooleanConstructor; default: (props: import("../_utils/types").Data) => boolean; }; maxTagCount: { type: NumberConstructor; default: number; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; retainInputValue: { 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" | "blur" | "focus" | "remove")[], "clear" | "blur" | "focus" | "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: import("vue").PropType<"mini" | "small" | "medium" | "large">; }; bordered: { type: BooleanConstructor; default: boolean; }; multiple: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: BooleanConstructor; default: (props: import("../_utils/types").Data) => boolean; }; maxTagCount: { type: NumberConstructor; default: number; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; retainInputValue: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClear?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onFocus?: ((...args: any[]) => any) | undefined; onRemove?: ((...args: any[]) => any) | undefined; }>, { disabled: boolean; error: boolean; allowClear: boolean; retainInputValue: boolean; loading: boolean; opened: boolean; bordered: boolean; multiple: boolean; allowCreate: boolean; allowSearch: boolean; maxTagCount: number; tagNowrap: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly | (string | number | boolean | Record)[]>; default: undefined; }; defaultValue: { type: import("vue").PropType | (string | number | boolean | Record)[]>; default: (props: import("../_utils/types").Data) => "" | never[]; }; inputValue: { type: StringConstructor; }; defaultInputValue: { type: StringConstructor; default: string; }; size: { type: import("vue").PropType<"mini" | "small" | "medium" | "large">; }; placeholder: StringConstructor; loading: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: import("vue").PropType; default: (props: import("../_utils/types").Data) => boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; maxTagCount: { type: NumberConstructor; default: number; }; popupContainer: { type: import("vue").PropType; }; bordered: { type: BooleanConstructor; default: boolean; }; defaultActiveFirstOption: { type: BooleanConstructor; default: boolean; }; popupVisible: { type: BooleanConstructor; default: undefined; }; defaultPopupVisible: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; filterOption: { type: import("vue").PropType boolean)>; default: boolean; }; options: { type: import("vue").PropType<(string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[]>; default: () => never[]; }; virtualListProps: { type: import("vue").PropType; }; triggerProps: { type: import("vue").PropType; }; formatLabel: { type: import("vue").PropType<(data: import("./interface").SelectOptionData) => string>; }; fallbackOption: { type: import("vue").PropType) => import("./interface").SelectOptionData)>; default: boolean; }; showExtraOptions: { type: BooleanConstructor; default: boolean; }; valueKey: { type: StringConstructor; default: string; }; searchDelay: { type: NumberConstructor; default: number; }; limit: { type: NumberConstructor; default: number; }; fieldNames: { type: import("vue").PropType>; }; scrollbar: { type: import("vue").PropType; default: boolean; }; showHeaderOnEmpty: { type: import("vue").PropType; default: boolean; }; showFooterOnEmpty: { type: import("vue").PropType; default: boolean; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClear?: ((ev: Event) => any) | undefined; onChange?: ((value: string | number | boolean | Record | (string | number | boolean | Record)[]) => any) | undefined; "onUpdate:inputValue"?: ((inputValue: string) => any) | undefined; onInputValueChange?: ((inputValue: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean | Record | (string | number | boolean | Record)[]) => any) | undefined; onRemove?: ((removed: string | number | boolean | Record | undefined) => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; onSearch?: ((inputValue: string) => any) | undefined; onDropdownScroll?: ((ev: Event) => any) | undefined; onDropdownReachBottom?: ((ev: Event) => any) | undefined; onExceedLimit?: ((value: string | number | boolean | Record | undefined, ev: Event) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { disabled: boolean; error: boolean; allowClear: boolean; defaultValue: string | number | boolean | Record | (string | number | boolean | Record)[]; modelValue: string | number | boolean | Record | (string | number | boolean | Record)[]; loading: boolean; bordered: boolean; multiple: boolean; allowCreate: boolean; allowSearch: boolean | { retainInputValue?: boolean | undefined; }; maxTagCount: number; tagNowrap: boolean; defaultInputValue: string; scrollbar: boolean | import("..").ScrollbarProps; popupVisible: boolean; defaultPopupVisible: boolean; unmountOnClose: boolean; filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean); options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[]; searchDelay: number; valueKey: string; defaultActiveFirstOption: boolean; fallbackOption: boolean | ((value: string | number | boolean | Record) => import("./interface").SelectOptionData); showExtraOptions: boolean; limit: number; showHeaderOnEmpty: boolean; showFooterOnEmpty: boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase | (string | number | boolean | Record)[]>; default: undefined; }; defaultValue: { type: import("vue").PropType | (string | number | boolean | Record)[]>; default: (props: import("../_utils/types").Data) => "" | never[]; }; inputValue: { type: StringConstructor; }; defaultInputValue: { type: StringConstructor; default: string; }; size: { type: import("vue").PropType<"mini" | "small" | "medium" | "large">; }; placeholder: StringConstructor; loading: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: import("vue").PropType; default: (props: import("../_utils/types").Data) => boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; maxTagCount: { type: NumberConstructor; default: number; }; popupContainer: { type: import("vue").PropType; }; bordered: { type: BooleanConstructor; default: boolean; }; defaultActiveFirstOption: { type: BooleanConstructor; default: boolean; }; popupVisible: { type: BooleanConstructor; default: undefined; }; defaultPopupVisible: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; filterOption: { type: import("vue").PropType boolean)>; default: boolean; }; options: { type: import("vue").PropType<(string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[]>; default: () => never[]; }; virtualListProps: { type: import("vue").PropType; }; triggerProps: { type: import("vue").PropType; }; formatLabel: { type: import("vue").PropType<(data: import("./interface").SelectOptionData) => string>; }; fallbackOption: { type: import("vue").PropType) => import("./interface").SelectOptionData)>; default: boolean; }; showExtraOptions: { type: BooleanConstructor; default: boolean; }; valueKey: { type: StringConstructor; default: string; }; searchDelay: { type: NumberConstructor; default: number; }; limit: { type: NumberConstructor; default: number; }; fieldNames: { type: import("vue").PropType>; }; scrollbar: { type: import("vue").PropType; default: boolean; }; showHeaderOnEmpty: { type: import("vue").PropType; default: boolean; }; showFooterOnEmpty: { type: import("vue").PropType; default: boolean; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClear?: ((ev: Event) => any) | undefined; onChange?: ((value: string | number | boolean | Record | (string | number | boolean | Record)[]) => any) | undefined; "onUpdate:inputValue"?: ((inputValue: string) => any) | undefined; onInputValueChange?: ((inputValue: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean | Record | (string | number | boolean | Record)[]) => any) | undefined; onRemove?: ((removed: string | number | boolean | Record | undefined) => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; onSearch?: ((inputValue: string) => any) | undefined; onDropdownScroll?: ((ev: Event) => any) | undefined; onDropdownReachBottom?: ((ev: Event) => any) | undefined; onExceedLimit?: ((value: string | number | boolean | Record | undefined, ev: Event) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (value: string | number | boolean | Record | (string | number | boolean | Record)[]) => true; 'update:inputValue': (inputValue: string) => true; 'update:popupVisible': (visible: boolean) => true; change: (value: string | number | boolean | Record | (string | number | boolean | Record)[]) => true; inputValueChange: (inputValue: string) => true; popupVisibleChange: (visible: boolean) => true; clear: (ev: Event) => true; remove: (removed: string | number | boolean | Record | undefined) => true; search: (inputValue: string) => true; dropdownScroll: (ev: Event) => true; dropdownReachBottom: (ev: Event) => true; exceedLimit: (value: string | number | boolean | Record | undefined, ev: Event) => true; }, string, { disabled: boolean; error: boolean; allowClear: boolean; defaultValue: string | number | boolean | Record | (string | number | boolean | Record)[]; modelValue: string | number | boolean | Record | (string | number | boolean | Record)[]; loading: boolean; bordered: boolean; multiple: boolean; allowCreate: boolean; allowSearch: boolean | { retainInputValue?: boolean | undefined; }; maxTagCount: number; tagNowrap: boolean; defaultInputValue: string; scrollbar: boolean | import("..").ScrollbarProps; popupVisible: boolean; defaultPopupVisible: boolean; unmountOnClose: boolean; filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean); options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[]; searchDelay: number; valueKey: string; defaultActiveFirstOption: boolean; fallbackOption: boolean | ((value: string | number | boolean | Record) => import("./interface").SelectOptionData); showExtraOptions: boolean; limit: number; showHeaderOnEmpty: boolean; showFooterOnEmpty: boolean; }, {}, string, {}, { Trigger: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: string; }; position: { type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; popupOffset: { type: NumberConstructor; default: number; }; popupTranslate: { type: import("vue").PropType; }; showArrow: { type: BooleanConstructor; default: boolean; }; alignPoint: { type: BooleanConstructor; default: boolean; }; popupHoverStay: { type: BooleanConstructor; default: boolean; }; blurToClose: { type: BooleanConstructor; default: boolean; }; clickToClose: { type: BooleanConstructor; default: boolean; }; clickOutsideToClose: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; contentClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; contentStyle: { type: import("vue").PropType; }; arrowClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; arrowStyle: { type: import("vue").PropType; }; popupStyle: { type: import("vue").PropType; }; animationName: { type: StringConstructor; default: string; }; duration: { type: import("vue").PropType; }; mouseEnterDelay: { type: NumberConstructor; default: number; }; mouseLeaveDelay: { type: NumberConstructor; default: number; }; focusDelay: { type: NumberConstructor; default: number; }; autoFitPopupWidth: { type: BooleanConstructor; default: boolean; }; autoFitPopupMinWidth: { type: BooleanConstructor; default: boolean; }; autoFixPosition: { type: BooleanConstructor; default: boolean; }; popupContainer: { type: import("vue").PropType; }; updateAtScroll: { type: BooleanConstructor; default: boolean; }; autoFitTransformOrigin: { type: BooleanConstructor; default: boolean; }; hideEmpty: { type: BooleanConstructor; default: boolean; }; openedClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; autoFitPosition: { type: BooleanConstructor; default: boolean; }; renderToBody: { type: BooleanConstructor; default: boolean; }; preventFocus: { type: BooleanConstructor; default: boolean; }; scrollToClose: { type: BooleanConstructor; default: boolean; }; scrollToCloseDistance: { type: NumberConstructor; default: number; }; }>> & Readonly<{ onResize?: (() => any) | undefined; onHide?: (() => any) | undefined; onShow?: (() => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:popupVisible': (visible: boolean) => true; popupVisibleChange: (visible: boolean) => true; show: () => true; hide: () => true; resize: () => true; }, import("vue").PublicProps, { disabled: boolean; position: "br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb"; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]; popupOffset: number; showArrow: boolean; alignPoint: boolean; popupHoverStay: boolean; blurToClose: boolean; clickToClose: boolean; clickOutsideToClose: boolean; unmountOnClose: boolean; animationName: string; mouseEnterDelay: number; mouseLeaveDelay: number; focusDelay: number; autoFitPopupWidth: boolean; autoFitPopupMinWidth: boolean; autoFixPosition: boolean; updateAtScroll: boolean; autoFitTransformOrigin: boolean; hideEmpty: boolean; autoFitPosition: boolean; renderToBody: boolean; preventFocus: boolean; scrollToClose: boolean; scrollToCloseDistance: number; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: string; }; position: { type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; popupOffset: { type: NumberConstructor; default: number; }; popupTranslate: { type: import("vue").PropType; }; showArrow: { type: BooleanConstructor; default: boolean; }; alignPoint: { type: BooleanConstructor; default: boolean; }; popupHoverStay: { type: BooleanConstructor; default: boolean; }; blurToClose: { type: BooleanConstructor; default: boolean; }; clickToClose: { type: BooleanConstructor; default: boolean; }; clickOutsideToClose: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; contentClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; contentStyle: { type: import("vue").PropType; }; arrowClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; arrowStyle: { type: import("vue").PropType; }; popupStyle: { type: import("vue").PropType; }; animationName: { type: StringConstructor; default: string; }; duration: { type: import("vue").PropType; }; mouseEnterDelay: { type: NumberConstructor; default: number; }; mouseLeaveDelay: { type: NumberConstructor; default: number; }; focusDelay: { type: NumberConstructor; default: number; }; autoFitPopupWidth: { type: BooleanConstructor; default: boolean; }; autoFitPopupMinWidth: { type: BooleanConstructor; default: boolean; }; autoFixPosition: { type: BooleanConstructor; default: boolean; }; popupContainer: { type: import("vue").PropType; }; updateAtScroll: { type: BooleanConstructor; default: boolean; }; autoFitTransformOrigin: { type: BooleanConstructor; default: boolean; }; hideEmpty: { type: BooleanConstructor; default: boolean; }; openedClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; autoFitPosition: { type: BooleanConstructor; default: boolean; }; renderToBody: { type: BooleanConstructor; default: boolean; }; preventFocus: { type: BooleanConstructor; default: boolean; }; scrollToClose: { type: BooleanConstructor; default: boolean; }; scrollToCloseDistance: { type: NumberConstructor; default: number; }; }>> & Readonly<{ onResize?: (() => any) | undefined; onHide?: (() => any) | undefined; onShow?: (() => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { disabled: boolean; position: "br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb"; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]; popupOffset: number; showArrow: boolean; alignPoint: boolean; popupHoverStay: boolean; blurToClose: boolean; clickToClose: boolean; clickOutsideToClose: boolean; unmountOnClose: boolean; animationName: string; mouseEnterDelay: number; mouseLeaveDelay: number; focusDelay: number; autoFitPopupWidth: boolean; autoFitPopupMinWidth: boolean; autoFixPosition: boolean; updateAtScroll: boolean; autoFitTransformOrigin: boolean; hideEmpty: boolean; autoFitPosition: boolean; renderToBody: boolean; preventFocus: boolean; scrollToClose: boolean; scrollToCloseDistance: number; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase; default: string; }; position: { type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; popupOffset: { type: NumberConstructor; default: number; }; popupTranslate: { type: import("vue").PropType; }; showArrow: { type: BooleanConstructor; default: boolean; }; alignPoint: { type: BooleanConstructor; default: boolean; }; popupHoverStay: { type: BooleanConstructor; default: boolean; }; blurToClose: { type: BooleanConstructor; default: boolean; }; clickToClose: { type: BooleanConstructor; default: boolean; }; clickOutsideToClose: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; contentClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; contentStyle: { type: import("vue").PropType; }; arrowClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; arrowStyle: { type: import("vue").PropType; }; popupStyle: { type: import("vue").PropType; }; animationName: { type: StringConstructor; default: string; }; duration: { type: import("vue").PropType; }; mouseEnterDelay: { type: NumberConstructor; default: number; }; mouseLeaveDelay: { type: NumberConstructor; default: number; }; focusDelay: { type: NumberConstructor; default: number; }; autoFitPopupWidth: { type: BooleanConstructor; default: boolean; }; autoFitPopupMinWidth: { type: BooleanConstructor; default: boolean; }; autoFixPosition: { type: BooleanConstructor; default: boolean; }; popupContainer: { type: import("vue").PropType; }; updateAtScroll: { type: BooleanConstructor; default: boolean; }; autoFitTransformOrigin: { type: BooleanConstructor; default: boolean; }; hideEmpty: { type: BooleanConstructor; default: boolean; }; openedClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; autoFitPosition: { type: BooleanConstructor; default: boolean; }; renderToBody: { type: BooleanConstructor; default: boolean; }; preventFocus: { type: BooleanConstructor; default: boolean; }; scrollToClose: { type: BooleanConstructor; default: boolean; }; scrollToCloseDistance: { type: NumberConstructor; default: number; }; }>> & Readonly<{ onResize?: (() => any) | undefined; onHide?: (() => any) | undefined; onShow?: (() => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:popupVisible': (visible: boolean) => true; popupVisibleChange: (visible: boolean) => true; show: () => true; hide: () => true; resize: () => true; }, string, { disabled: boolean; position: "br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb"; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]; popupOffset: number; showArrow: boolean; alignPoint: boolean; popupHoverStay: boolean; blurToClose: boolean; clickToClose: boolean; clickOutsideToClose: boolean; unmountOnClose: boolean; animationName: string; mouseEnterDelay: number; mouseLeaveDelay: number; focusDelay: number; autoFitPopupWidth: boolean; autoFitPopupMinWidth: boolean; autoFixPosition: boolean; updateAtScroll: boolean; autoFitTransformOrigin: boolean; hideEmpty: boolean; autoFitPosition: boolean; renderToBody: boolean; preventFocus: boolean; scrollToClose: boolean; scrollToCloseDistance: number; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: (app: App, options?: ArcoOptions | undefined) => void; }; SelectView: 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: import("vue").PropType<"mini" | "small" | "medium" | "large">; }; bordered: { type: BooleanConstructor; default: boolean; }; multiple: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: BooleanConstructor; default: (props: import("../_utils/types").Data) => boolean; }; maxTagCount: { type: NumberConstructor; default: number; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; retainInputValue: { 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" | "blur" | "focus" | "remove")[], "clear" | "blur" | "focus" | "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: import("vue").PropType<"mini" | "small" | "medium" | "large">; }; bordered: { type: BooleanConstructor; default: boolean; }; multiple: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: BooleanConstructor; default: (props: import("../_utils/types").Data) => boolean; }; maxTagCount: { type: NumberConstructor; default: number; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; retainInputValue: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClear?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onFocus?: ((...args: any[]) => any) | undefined; onRemove?: ((...args: any[]) => any) | undefined; }>, { disabled: boolean; error: boolean; allowClear: boolean; retainInputValue: boolean; loading: boolean; opened: boolean; bordered: boolean; multiple: boolean; allowCreate: boolean; allowSearch: boolean; maxTagCount: number; tagNowrap: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { Option: import("vue").DefineComponent; }; extra: { type: ObjectConstructor; }; index: { type: NumberConstructor; }; internal: BooleanConstructor; }>, { prefixCls: string; cls: import("vue").ComputedRef<(string | { [x: string]: boolean | undefined; })[]>; selectCtx: import("./context").SelectContext | undefined; itemRef: import("vue").Ref; component: import("vue").ComputedRef; isSelected: import("vue").ComputedRef; isValid: import("vue").Ref; handleClick: (ev: MouseEvent) => void; handleMouseEnter: () => void; handleMouseLeave: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; extra: { type: ObjectConstructor; }; index: { type: NumberConstructor; }; internal: BooleanConstructor; }>> & Readonly<{}>, { disabled: boolean; value: string | number | boolean | Record; internal: boolean; }, {}, { Checkbox: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: undefined; }; defaultChecked: { type: BooleanConstructor; default: boolean; }; value: { type: (BooleanConstructor | StringConstructor | NumberConstructor)[]; }; disabled: { type: BooleanConstructor; default: boolean; }; indeterminate: { type: BooleanConstructor; default: boolean; }; uninjectGroupContext: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (value: boolean | (string | number | boolean)[]) => true; change: (value: boolean | (string | number | boolean)[], ev: Event) => true; }, import("vue").PublicProps, { disabled: boolean; modelValue: boolean | (string | number | boolean)[]; defaultChecked: boolean; indeterminate: boolean; uninjectGroupContext: boolean; }, true, {}, {}, { IconCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; IconHover: import("vue").DefineComponent; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }>, { prefixCls: string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { size: "mini" | "small" | "medium" | "large"; disabled: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: undefined; }; defaultChecked: { type: BooleanConstructor; default: boolean; }; value: { type: (BooleanConstructor | StringConstructor | NumberConstructor)[]; }; disabled: { type: BooleanConstructor; default: boolean; }; indeterminate: { type: BooleanConstructor; default: boolean; }; uninjectGroupContext: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { disabled: boolean; modelValue: boolean | (string | number | boolean)[]; defaultChecked: boolean; indeterminate: boolean; uninjectGroupContext: boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase; default: undefined; }; defaultChecked: { type: BooleanConstructor; default: boolean; }; value: { type: (BooleanConstructor | StringConstructor | NumberConstructor)[]; }; disabled: { type: BooleanConstructor; default: boolean; }; indeterminate: { type: BooleanConstructor; default: boolean; }; uninjectGroupContext: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (value: boolean | (string | number | boolean)[]) => true; change: (value: boolean | (string | number | boolean)[], ev: Event) => true; }, string, { disabled: boolean; modelValue: boolean | (string | number | boolean)[]; defaultChecked: boolean; indeterminate: boolean; uninjectGroupContext: boolean; }, {}, string, {}, { IconCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; IconHover: import("vue").DefineComponent; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }>, { prefixCls: string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { size: "mini" | "small" | "medium" | "large"; disabled: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { Group: import("vue").DefineComponent; default: undefined; }; defaultValue: { type: import("vue").PropType<(string | number | boolean)[]>; default: () => never[]; }; max: { type: NumberConstructor; }; options: { type: import("vue").PropType<(string | number | import("..").CheckboxOption)[]>; }; direction: { type: import("vue").PropType<"horizontal" | "vertical">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (value: (string | number | boolean)[]) => true; change: (value: (string | number | boolean)[], ev: Event) => true; }, string, import("vue").PublicProps, Readonly; default: undefined; }; defaultValue: { type: import("vue").PropType<(string | number | boolean)[]>; default: () => never[]; }; max: { type: NumberConstructor; }; options: { type: import("vue").PropType<(string | number | import("..").CheckboxOption)[]>; }; direction: { type: import("vue").PropType<"horizontal" | "vertical">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined; }>, { disabled: boolean; defaultValue: (string | number | boolean)[]; modelValue: (string | number | boolean)[]; direction: "horizontal" | "vertical"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; install: (app: App, options?: ArcoOptions | undefined) => void; }; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; OptGroup: import("vue").DefineComponent, { prefixCls: string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; install: (app: App, options?: ArcoOptions | undefined) => void; }; export declare type SelectInstance = InstanceType; export declare type SelectOptionInstance = InstanceType; export declare type SelectOptGroupInstance = InstanceType; export type { SelectProps, SelectOption, SelectOptionData, SelectOptionGroup, SelectFieldNames, FilterOption, } from './interface'; export { _Option as Option, _Optgroup as Optgroup }; export default Select;