import type { App, Plugin } from 'vue'; import { VcOptGroup, VcOption } from '@antdv/ui/es/vue-components'; export declare const SelectOption: import("../../vue-components/vc-select/src/Option").OptionFC; export declare const SelectOptGroup: import("../../vue-components/vc-select/src/OptGroup").OptionGroupFC; export declare const Select: { new (...args: any[]): import("vue").CreateComponentPublicInstance; default: import("@antdv/ui/es/ui").SelectValue; }; defaultValue: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SelectValue; }; notFoundContent: any; suffixIcon: any; itemIcon: any; size: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SizeType; }; mode: { type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">; default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; }; bordered: { type: BooleanConstructor; default: boolean; }; transitionName: StringConstructor; choiceTransitionName: { type: import("vue").PropType<"">; default: ""; }; popupClassName: StringConstructor; dropdownClassName: StringConstructor; placement: { type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">; default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; }; status: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").InputStatus; }; 'onUpdate:value': { type: import("vue").PropType<(val: import("@antdv/ui/es/ui").SelectValue) => void>; default: (val: import("@antdv/ui/es/ui").SelectValue) => void; }; open: { type: BooleanConstructor; default: any; }; options: import("vue").PropType; disabled: { type: BooleanConstructor; default: any; }; animation: StringConstructor; direction: { type: import("vue").PropType<"ltr" | "rtl">; }; prefixCls: StringConstructor; placeholder: any; id: StringConstructor; children: import("vue").PropType; onFocus: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onBlur: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onChange: import("vue").PropType<(value: import("@antdv/ui/es/ui").SelectValue, option: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType | import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType[]) => void>; onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>; onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>; onClick: import("vue").PropType<(e: MouseEvent) => void>; onMousedown: import("vue").PropType<(e: MouseEvent) => void>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; onSelect: import("vue").PropType>; getPopupContainer: { type: import("vue").PropType; }; virtual: { type: BooleanConstructor; default: any; }; dropdownMatchSelectWidth: { type: import("vue").PropType; default: any; }; autofocus: BooleanConstructor; tabindex: NumberConstructor; loading: { type: BooleanConstructor; default: any; }; showArrow: { type: BooleanConstructor; default: any; }; showSearch: { type: BooleanConstructor; default: any; }; fieldNames: import("vue").PropType; inputValue: StringConstructor; searchValue: StringConstructor; onSearch: import("vue").PropType<(value: string) => void>; autoClearSearchValue: { type: BooleanConstructor; default: any; }; onDeselect: import("vue").PropType>; filterOption: { type: import("vue").PropType>; default: any; }; filterSort: import("vue").PropType<(optionA: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType, optionB: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType) => number>; optionFilterProp: StringConstructor; optionLabelProp: StringConstructor; defaultActiveFirstOption: { type: BooleanConstructor; default: any; }; listHeight: NumberConstructor; listItemHeight: NumberConstructor; menuItemSelectedIcon: any; labelInValue: { type: BooleanConstructor; default: any; }; tagRender: { type: import("vue").PropType<(props: import("../../vue-components/vc-select/src/BaseSelect").CustomTagProps) => any>; }; optionLabelRender: { type: import("vue").PropType<(option: Record) => any>; }; onClear: import("vue").PropType<() => void>; defaultOpen: { type: BooleanConstructor; default: any; }; onDropdownVisibleChange: { type: import("vue").PropType<(open: boolean) => void>; }; maxTagTextLength: NumberConstructor; maxTagCount: { type: import("vue").PropType; }; maxTagPlaceholder: any; tokenSeparators: { type: import("vue").PropType; }; allowClear: { type: BooleanConstructor; default: any; }; clearIcon: any; removeIcon: any; dropdownStyle: { type: import("vue").PropType; }; dropdownRender: { type: import("vue").PropType; }; dropdownAlign: import("vue").PropType; showAction: { type: import("vue").PropType<("click" | "focus")[]>; }; onPopupScroll: import("vue").PropType<(e: UIEvent) => void>; onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly; default: import("@antdv/ui/es/ui").SelectValue; }; defaultValue: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SelectValue; }; notFoundContent: any; suffixIcon: any; itemIcon: any; size: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SizeType; }; mode: { type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">; default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; }; bordered: { type: BooleanConstructor; default: boolean; }; transitionName: StringConstructor; choiceTransitionName: { type: import("vue").PropType<"">; default: ""; }; popupClassName: StringConstructor; dropdownClassName: StringConstructor; placement: { type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">; default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; }; status: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").InputStatus; }; 'onUpdate:value': { type: import("vue").PropType<(val: import("@antdv/ui/es/ui").SelectValue) => void>; default: (val: import("@antdv/ui/es/ui").SelectValue) => void; }; open: { type: BooleanConstructor; default: any; }; options: import("vue").PropType; disabled: { type: BooleanConstructor; default: any; }; animation: StringConstructor; direction: { type: import("vue").PropType<"ltr" | "rtl">; }; prefixCls: StringConstructor; placeholder: any; id: StringConstructor; children: import("vue").PropType; onFocus: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onBlur: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onChange: import("vue").PropType<(value: import("@antdv/ui/es/ui").SelectValue, option: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType | import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType[]) => void>; onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>; onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>; onClick: import("vue").PropType<(e: MouseEvent) => void>; onMousedown: import("vue").PropType<(e: MouseEvent) => void>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; onSelect: import("vue").PropType>; getPopupContainer: { type: import("vue").PropType; }; virtual: { type: BooleanConstructor; default: any; }; dropdownMatchSelectWidth: { type: import("vue").PropType; default: any; }; autofocus: BooleanConstructor; tabindex: NumberConstructor; loading: { type: BooleanConstructor; default: any; }; showArrow: { type: BooleanConstructor; default: any; }; showSearch: { type: BooleanConstructor; default: any; }; fieldNames: import("vue").PropType; inputValue: StringConstructor; searchValue: StringConstructor; onSearch: import("vue").PropType<(value: string) => void>; autoClearSearchValue: { type: BooleanConstructor; default: any; }; onDeselect: import("vue").PropType>; filterOption: { type: import("vue").PropType>; default: any; }; filterSort: import("vue").PropType<(optionA: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType, optionB: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType) => number>; optionFilterProp: StringConstructor; optionLabelProp: StringConstructor; defaultActiveFirstOption: { type: BooleanConstructor; default: any; }; listHeight: NumberConstructor; listItemHeight: NumberConstructor; menuItemSelectedIcon: any; labelInValue: { type: BooleanConstructor; default: any; }; tagRender: { type: import("vue").PropType<(props: import("../../vue-components/vc-select/src/BaseSelect").CustomTagProps) => any>; }; optionLabelRender: { type: import("vue").PropType<(option: Record) => any>; }; onClear: import("vue").PropType<() => void>; defaultOpen: { type: BooleanConstructor; default: any; }; onDropdownVisibleChange: { type: import("vue").PropType<(open: boolean) => void>; }; maxTagTextLength: NumberConstructor; maxTagCount: { type: import("vue").PropType; }; maxTagPlaceholder: any; tokenSeparators: { type: import("vue").PropType; }; allowClear: { type: BooleanConstructor; default: any; }; clearIcon: any; removeIcon: any; dropdownStyle: { type: import("vue").PropType; }; dropdownRender: { type: import("vue").PropType; }; dropdownAlign: import("vue").PropType; showAction: { type: import("vue").PropType<("click" | "focus")[]>; }; onPopupScroll: import("vue").PropType<(e: UIEvent) => void>; onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>; }>>, { mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; open: boolean; disabled: boolean; size: import("@antdv/ui/es/ui").SizeType; value: import("@antdv/ui/es/ui").SelectValue; placeholder: any; notFoundContent: any; virtual: boolean; dropdownMatchSelectWidth: number | boolean; autofocus: boolean; defaultValue: import("@antdv/ui/es/ui").SelectValue; 'onUpdate:value': (val: import("@antdv/ui/es/ui").SelectValue) => void; status: import("@antdv/ui/es/ui").InputStatus; loading: boolean; showArrow: boolean; showSearch: boolean; autoClearSearchValue: boolean; filterOption: boolean | import("../../vue-components/vc-select/src/Select").FilterFunc; defaultActiveFirstOption: boolean; menuItemSelectedIcon: any; labelInValue: boolean; choiceTransitionName: ""; defaultOpen: boolean; maxTagPlaceholder: any; allowClear: boolean; clearIcon: any; removeIcon: any; placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; suffixIcon: any; itemIcon: any; bordered: boolean; }, true, {}, import("@antdv/ui/es/ui").CustomSlotsType<{ notFoundContent: any; suffixIcon: any; itemIcon: any; removeIcon: any; clearIcon: any; dropdownRender: any; option: any; placeholder: any; tagRender: any; maxTagPlaceholder: any; optionLabel: any; default: any; }>, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: import("@antdv/ui/es/ui").SelectValue; }; defaultValue: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SelectValue; }; notFoundContent: any; suffixIcon: any; itemIcon: any; size: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SizeType; }; mode: { type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">; default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; }; bordered: { type: BooleanConstructor; default: boolean; }; transitionName: StringConstructor; choiceTransitionName: { type: import("vue").PropType<"">; default: ""; }; popupClassName: StringConstructor; dropdownClassName: StringConstructor; placement: { type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">; default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; }; status: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").InputStatus; }; 'onUpdate:value': { type: import("vue").PropType<(val: import("@antdv/ui/es/ui").SelectValue) => void>; default: (val: import("@antdv/ui/es/ui").SelectValue) => void; }; open: { type: BooleanConstructor; default: any; }; options: import("vue").PropType; disabled: { type: BooleanConstructor; default: any; }; animation: StringConstructor; direction: { type: import("vue").PropType<"ltr" | "rtl">; }; prefixCls: StringConstructor; placeholder: any; id: StringConstructor; children: import("vue").PropType; onFocus: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onBlur: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onChange: import("vue").PropType<(value: import("@antdv/ui/es/ui").SelectValue, option: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType | import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType[]) => void>; onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>; onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>; onClick: import("vue").PropType<(e: MouseEvent) => void>; onMousedown: import("vue").PropType<(e: MouseEvent) => void>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; onSelect: import("vue").PropType>; getPopupContainer: { type: import("vue").PropType; }; virtual: { type: BooleanConstructor; default: any; }; dropdownMatchSelectWidth: { type: import("vue").PropType; default: any; }; autofocus: BooleanConstructor; tabindex: NumberConstructor; loading: { type: BooleanConstructor; default: any; }; showArrow: { type: BooleanConstructor; default: any; }; showSearch: { type: BooleanConstructor; default: any; }; fieldNames: import("vue").PropType; inputValue: StringConstructor; searchValue: StringConstructor; onSearch: import("vue").PropType<(value: string) => void>; autoClearSearchValue: { type: BooleanConstructor; default: any; }; onDeselect: import("vue").PropType>; filterOption: { type: import("vue").PropType>; default: any; }; filterSort: import("vue").PropType<(optionA: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType, optionB: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType) => number>; optionFilterProp: StringConstructor; optionLabelProp: StringConstructor; defaultActiveFirstOption: { type: BooleanConstructor; default: any; }; listHeight: NumberConstructor; listItemHeight: NumberConstructor; menuItemSelectedIcon: any; labelInValue: { type: BooleanConstructor; default: any; }; tagRender: { type: import("vue").PropType<(props: import("../../vue-components/vc-select/src/BaseSelect").CustomTagProps) => any>; }; optionLabelRender: { type: import("vue").PropType<(option: Record) => any>; }; onClear: import("vue").PropType<() => void>; defaultOpen: { type: BooleanConstructor; default: any; }; onDropdownVisibleChange: { type: import("vue").PropType<(open: boolean) => void>; }; maxTagTextLength: NumberConstructor; maxTagCount: { type: import("vue").PropType; }; maxTagPlaceholder: any; tokenSeparators: { type: import("vue").PropType; }; allowClear: { type: BooleanConstructor; default: any; }; clearIcon: any; removeIcon: any; dropdownStyle: { type: import("vue").PropType; }; dropdownRender: { type: import("vue").PropType; }; dropdownAlign: import("vue").PropType; showAction: { type: import("vue").PropType<("click" | "focus")[]>; }; onPopupScroll: import("vue").PropType<(e: UIEvent) => void>; onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>; }>>, () => import("@antdv/ui/es/ui").VueNode, {}, {}, {}, { mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; open: boolean; disabled: boolean; size: import("@antdv/ui/es/ui").SizeType; value: import("@antdv/ui/es/ui").SelectValue; placeholder: any; notFoundContent: any; virtual: boolean; dropdownMatchSelectWidth: number | boolean; autofocus: boolean; defaultValue: import("@antdv/ui/es/ui").SelectValue; 'onUpdate:value': (val: import("@antdv/ui/es/ui").SelectValue) => void; status: import("@antdv/ui/es/ui").InputStatus; loading: boolean; showArrow: boolean; showSearch: boolean; autoClearSearchValue: boolean; filterOption: boolean | import("../../vue-components/vc-select/src/Select").FilterFunc; defaultActiveFirstOption: boolean; menuItemSelectedIcon: any; labelInValue: boolean; choiceTransitionName: ""; defaultOpen: boolean; maxTagPlaceholder: any; allowClear: boolean; clearIcon: any; removeIcon: any; placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; suffixIcon: any; itemIcon: any; bordered: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; default: import("@antdv/ui/es/ui").SelectValue; }; defaultValue: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SelectValue; }; notFoundContent: any; suffixIcon: any; itemIcon: any; size: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SizeType; }; mode: { type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">; default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; }; bordered: { type: BooleanConstructor; default: boolean; }; transitionName: StringConstructor; choiceTransitionName: { type: import("vue").PropType<"">; default: ""; }; popupClassName: StringConstructor; dropdownClassName: StringConstructor; placement: { type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">; default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; }; status: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").InputStatus; }; 'onUpdate:value': { type: import("vue").PropType<(val: import("@antdv/ui/es/ui").SelectValue) => void>; default: (val: import("@antdv/ui/es/ui").SelectValue) => void; }; open: { type: BooleanConstructor; default: any; }; options: import("vue").PropType; disabled: { type: BooleanConstructor; default: any; }; animation: StringConstructor; direction: { type: import("vue").PropType<"ltr" | "rtl">; }; prefixCls: StringConstructor; placeholder: any; id: StringConstructor; children: import("vue").PropType; onFocus: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onBlur: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onChange: import("vue").PropType<(value: import("@antdv/ui/es/ui").SelectValue, option: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType | import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType[]) => void>; onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>; onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>; onClick: import("vue").PropType<(e: MouseEvent) => void>; onMousedown: import("vue").PropType<(e: MouseEvent) => void>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; onSelect: import("vue").PropType>; getPopupContainer: { type: import("vue").PropType; }; virtual: { type: BooleanConstructor; default: any; }; dropdownMatchSelectWidth: { type: import("vue").PropType; default: any; }; autofocus: BooleanConstructor; tabindex: NumberConstructor; loading: { type: BooleanConstructor; default: any; }; showArrow: { type: BooleanConstructor; default: any; }; showSearch: { type: BooleanConstructor; default: any; }; fieldNames: import("vue").PropType; inputValue: StringConstructor; searchValue: StringConstructor; onSearch: import("vue").PropType<(value: string) => void>; autoClearSearchValue: { type: BooleanConstructor; default: any; }; onDeselect: import("vue").PropType>; filterOption: { type: import("vue").PropType>; default: any; }; filterSort: import("vue").PropType<(optionA: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType, optionB: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType) => number>; optionFilterProp: StringConstructor; optionLabelProp: StringConstructor; defaultActiveFirstOption: { type: BooleanConstructor; default: any; }; listHeight: NumberConstructor; listItemHeight: NumberConstructor; menuItemSelectedIcon: any; labelInValue: { type: BooleanConstructor; default: any; }; tagRender: { type: import("vue").PropType<(props: import("../../vue-components/vc-select/src/BaseSelect").CustomTagProps) => any>; }; optionLabelRender: { type: import("vue").PropType<(option: Record) => any>; }; onClear: import("vue").PropType<() => void>; defaultOpen: { type: BooleanConstructor; default: any; }; onDropdownVisibleChange: { type: import("vue").PropType<(open: boolean) => void>; }; maxTagTextLength: NumberConstructor; maxTagCount: { type: import("vue").PropType; }; maxTagPlaceholder: any; tokenSeparators: { type: import("vue").PropType; }; allowClear: { type: BooleanConstructor; default: any; }; clearIcon: any; removeIcon: any; dropdownStyle: { type: import("vue").PropType; }; dropdownRender: { type: import("vue").PropType; }; dropdownAlign: import("vue").PropType; showAction: { type: import("vue").PropType<("click" | "focus")[]>; }; onPopupScroll: import("vue").PropType<(e: UIEvent) => void>; onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; open: boolean; disabled: boolean; size: import("@antdv/ui/es/ui").SizeType; value: import("@antdv/ui/es/ui").SelectValue; placeholder: any; notFoundContent: any; virtual: boolean; dropdownMatchSelectWidth: number | boolean; autofocus: boolean; defaultValue: import("@antdv/ui/es/ui").SelectValue; 'onUpdate:value': (val: import("@antdv/ui/es/ui").SelectValue) => void; status: import("@antdv/ui/es/ui").InputStatus; loading: boolean; showArrow: boolean; showSearch: boolean; autoClearSearchValue: boolean; filterOption: boolean | import("../../vue-components/vc-select/src/Select").FilterFunc; defaultActiveFirstOption: boolean; menuItemSelectedIcon: any; labelInValue: boolean; choiceTransitionName: ""; defaultOpen: boolean; maxTagPlaceholder: any; allowClear: boolean; clearIcon: any; removeIcon: any; placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; suffixIcon: any; itemIcon: any; bordered: boolean; }, {}, string, import("@antdv/ui/es/ui").CustomSlotsType<{ notFoundContent: any; suffixIcon: any; itemIcon: any; removeIcon: any; clearIcon: any; dropdownRender: any; option: any; placeholder: any; tagRender: any; maxTagPlaceholder: any; optionLabel: any; default: any; }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install(app: App): App; }; declare const _default: { new (...args: any[]): import("vue").CreateComponentPublicInstance; default: import("@antdv/ui/es/ui").SelectValue; }; defaultValue: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SelectValue; }; notFoundContent: any; suffixIcon: any; itemIcon: any; size: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SizeType; }; mode: { type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">; default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; }; bordered: { type: BooleanConstructor; default: boolean; }; transitionName: StringConstructor; choiceTransitionName: { type: import("vue").PropType<"">; default: ""; }; popupClassName: StringConstructor; dropdownClassName: StringConstructor; placement: { type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">; default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; }; status: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").InputStatus; }; 'onUpdate:value': { type: import("vue").PropType<(val: import("@antdv/ui/es/ui").SelectValue) => void>; default: (val: import("@antdv/ui/es/ui").SelectValue) => void; }; open: { type: BooleanConstructor; default: any; }; options: import("vue").PropType; disabled: { type: BooleanConstructor; default: any; }; animation: StringConstructor; direction: { type: import("vue").PropType<"ltr" | "rtl">; }; prefixCls: StringConstructor; placeholder: any; id: StringConstructor; children: import("vue").PropType; onFocus: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onBlur: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onChange: import("vue").PropType<(value: import("@antdv/ui/es/ui").SelectValue, option: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType | import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType[]) => void>; onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>; onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>; onClick: import("vue").PropType<(e: MouseEvent) => void>; onMousedown: import("vue").PropType<(e: MouseEvent) => void>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; onSelect: import("vue").PropType>; getPopupContainer: { type: import("vue").PropType; }; virtual: { type: BooleanConstructor; default: any; }; dropdownMatchSelectWidth: { type: import("vue").PropType; default: any; }; autofocus: BooleanConstructor; tabindex: NumberConstructor; loading: { type: BooleanConstructor; default: any; }; showArrow: { type: BooleanConstructor; default: any; }; showSearch: { type: BooleanConstructor; default: any; }; fieldNames: import("vue").PropType; inputValue: StringConstructor; searchValue: StringConstructor; onSearch: import("vue").PropType<(value: string) => void>; autoClearSearchValue: { type: BooleanConstructor; default: any; }; onDeselect: import("vue").PropType>; filterOption: { type: import("vue").PropType>; default: any; }; filterSort: import("vue").PropType<(optionA: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType, optionB: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType) => number>; optionFilterProp: StringConstructor; optionLabelProp: StringConstructor; defaultActiveFirstOption: { type: BooleanConstructor; default: any; }; listHeight: NumberConstructor; listItemHeight: NumberConstructor; menuItemSelectedIcon: any; labelInValue: { type: BooleanConstructor; default: any; }; tagRender: { type: import("vue").PropType<(props: import("../../vue-components/vc-select/src/BaseSelect").CustomTagProps) => any>; }; optionLabelRender: { type: import("vue").PropType<(option: Record) => any>; }; onClear: import("vue").PropType<() => void>; defaultOpen: { type: BooleanConstructor; default: any; }; onDropdownVisibleChange: { type: import("vue").PropType<(open: boolean) => void>; }; maxTagTextLength: NumberConstructor; maxTagCount: { type: import("vue").PropType; }; maxTagPlaceholder: any; tokenSeparators: { type: import("vue").PropType; }; allowClear: { type: BooleanConstructor; default: any; }; clearIcon: any; removeIcon: any; dropdownStyle: { type: import("vue").PropType; }; dropdownRender: { type: import("vue").PropType; }; dropdownAlign: import("vue").PropType; showAction: { type: import("vue").PropType<("click" | "focus")[]>; }; onPopupScroll: import("vue").PropType<(e: UIEvent) => void>; onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly; default: import("@antdv/ui/es/ui").SelectValue; }; defaultValue: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SelectValue; }; notFoundContent: any; suffixIcon: any; itemIcon: any; size: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SizeType; }; mode: { type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">; default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; }; bordered: { type: BooleanConstructor; default: boolean; }; transitionName: StringConstructor; choiceTransitionName: { type: import("vue").PropType<"">; default: ""; }; popupClassName: StringConstructor; dropdownClassName: StringConstructor; placement: { type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">; default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; }; status: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").InputStatus; }; 'onUpdate:value': { type: import("vue").PropType<(val: import("@antdv/ui/es/ui").SelectValue) => void>; default: (val: import("@antdv/ui/es/ui").SelectValue) => void; }; open: { type: BooleanConstructor; default: any; }; options: import("vue").PropType; disabled: { type: BooleanConstructor; default: any; }; animation: StringConstructor; direction: { type: import("vue").PropType<"ltr" | "rtl">; }; prefixCls: StringConstructor; placeholder: any; id: StringConstructor; children: import("vue").PropType; onFocus: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onBlur: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onChange: import("vue").PropType<(value: import("@antdv/ui/es/ui").SelectValue, option: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType | import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType[]) => void>; onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>; onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>; onClick: import("vue").PropType<(e: MouseEvent) => void>; onMousedown: import("vue").PropType<(e: MouseEvent) => void>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; onSelect: import("vue").PropType>; getPopupContainer: { type: import("vue").PropType; }; virtual: { type: BooleanConstructor; default: any; }; dropdownMatchSelectWidth: { type: import("vue").PropType; default: any; }; autofocus: BooleanConstructor; tabindex: NumberConstructor; loading: { type: BooleanConstructor; default: any; }; showArrow: { type: BooleanConstructor; default: any; }; showSearch: { type: BooleanConstructor; default: any; }; fieldNames: import("vue").PropType; inputValue: StringConstructor; searchValue: StringConstructor; onSearch: import("vue").PropType<(value: string) => void>; autoClearSearchValue: { type: BooleanConstructor; default: any; }; onDeselect: import("vue").PropType>; filterOption: { type: import("vue").PropType>; default: any; }; filterSort: import("vue").PropType<(optionA: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType, optionB: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType) => number>; optionFilterProp: StringConstructor; optionLabelProp: StringConstructor; defaultActiveFirstOption: { type: BooleanConstructor; default: any; }; listHeight: NumberConstructor; listItemHeight: NumberConstructor; menuItemSelectedIcon: any; labelInValue: { type: BooleanConstructor; default: any; }; tagRender: { type: import("vue").PropType<(props: import("../../vue-components/vc-select/src/BaseSelect").CustomTagProps) => any>; }; optionLabelRender: { type: import("vue").PropType<(option: Record) => any>; }; onClear: import("vue").PropType<() => void>; defaultOpen: { type: BooleanConstructor; default: any; }; onDropdownVisibleChange: { type: import("vue").PropType<(open: boolean) => void>; }; maxTagTextLength: NumberConstructor; maxTagCount: { type: import("vue").PropType; }; maxTagPlaceholder: any; tokenSeparators: { type: import("vue").PropType; }; allowClear: { type: BooleanConstructor; default: any; }; clearIcon: any; removeIcon: any; dropdownStyle: { type: import("vue").PropType; }; dropdownRender: { type: import("vue").PropType; }; dropdownAlign: import("vue").PropType; showAction: { type: import("vue").PropType<("click" | "focus")[]>; }; onPopupScroll: import("vue").PropType<(e: UIEvent) => void>; onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>; }>>, { mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; open: boolean; disabled: boolean; size: import("@antdv/ui/es/ui").SizeType; value: import("@antdv/ui/es/ui").SelectValue; placeholder: any; notFoundContent: any; virtual: boolean; dropdownMatchSelectWidth: number | boolean; autofocus: boolean; defaultValue: import("@antdv/ui/es/ui").SelectValue; 'onUpdate:value': (val: import("@antdv/ui/es/ui").SelectValue) => void; status: import("@antdv/ui/es/ui").InputStatus; loading: boolean; showArrow: boolean; showSearch: boolean; autoClearSearchValue: boolean; filterOption: boolean | import("../../vue-components/vc-select/src/Select").FilterFunc; defaultActiveFirstOption: boolean; menuItemSelectedIcon: any; labelInValue: boolean; choiceTransitionName: ""; defaultOpen: boolean; maxTagPlaceholder: any; allowClear: boolean; clearIcon: any; removeIcon: any; placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; suffixIcon: any; itemIcon: any; bordered: boolean; }, true, {}, import("@antdv/ui/es/ui").CustomSlotsType<{ notFoundContent: any; suffixIcon: any; itemIcon: any; removeIcon: any; clearIcon: any; dropdownRender: any; option: any; placeholder: any; tagRender: any; maxTagPlaceholder: any; optionLabel: any; default: any; }>, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: import("@antdv/ui/es/ui").SelectValue; }; defaultValue: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SelectValue; }; notFoundContent: any; suffixIcon: any; itemIcon: any; size: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SizeType; }; mode: { type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">; default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; }; bordered: { type: BooleanConstructor; default: boolean; }; transitionName: StringConstructor; choiceTransitionName: { type: import("vue").PropType<"">; default: ""; }; popupClassName: StringConstructor; dropdownClassName: StringConstructor; placement: { type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">; default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; }; status: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").InputStatus; }; 'onUpdate:value': { type: import("vue").PropType<(val: import("@antdv/ui/es/ui").SelectValue) => void>; default: (val: import("@antdv/ui/es/ui").SelectValue) => void; }; open: { type: BooleanConstructor; default: any; }; options: import("vue").PropType; disabled: { type: BooleanConstructor; default: any; }; animation: StringConstructor; direction: { type: import("vue").PropType<"ltr" | "rtl">; }; prefixCls: StringConstructor; placeholder: any; id: StringConstructor; children: import("vue").PropType; onFocus: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onBlur: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onChange: import("vue").PropType<(value: import("@antdv/ui/es/ui").SelectValue, option: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType | import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType[]) => void>; onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>; onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>; onClick: import("vue").PropType<(e: MouseEvent) => void>; onMousedown: import("vue").PropType<(e: MouseEvent) => void>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; onSelect: import("vue").PropType>; getPopupContainer: { type: import("vue").PropType; }; virtual: { type: BooleanConstructor; default: any; }; dropdownMatchSelectWidth: { type: import("vue").PropType; default: any; }; autofocus: BooleanConstructor; tabindex: NumberConstructor; loading: { type: BooleanConstructor; default: any; }; showArrow: { type: BooleanConstructor; default: any; }; showSearch: { type: BooleanConstructor; default: any; }; fieldNames: import("vue").PropType; inputValue: StringConstructor; searchValue: StringConstructor; onSearch: import("vue").PropType<(value: string) => void>; autoClearSearchValue: { type: BooleanConstructor; default: any; }; onDeselect: import("vue").PropType>; filterOption: { type: import("vue").PropType>; default: any; }; filterSort: import("vue").PropType<(optionA: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType, optionB: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType) => number>; optionFilterProp: StringConstructor; optionLabelProp: StringConstructor; defaultActiveFirstOption: { type: BooleanConstructor; default: any; }; listHeight: NumberConstructor; listItemHeight: NumberConstructor; menuItemSelectedIcon: any; labelInValue: { type: BooleanConstructor; default: any; }; tagRender: { type: import("vue").PropType<(props: import("../../vue-components/vc-select/src/BaseSelect").CustomTagProps) => any>; }; optionLabelRender: { type: import("vue").PropType<(option: Record) => any>; }; onClear: import("vue").PropType<() => void>; defaultOpen: { type: BooleanConstructor; default: any; }; onDropdownVisibleChange: { type: import("vue").PropType<(open: boolean) => void>; }; maxTagTextLength: NumberConstructor; maxTagCount: { type: import("vue").PropType; }; maxTagPlaceholder: any; tokenSeparators: { type: import("vue").PropType; }; allowClear: { type: BooleanConstructor; default: any; }; clearIcon: any; removeIcon: any; dropdownStyle: { type: import("vue").PropType; }; dropdownRender: { type: import("vue").PropType; }; dropdownAlign: import("vue").PropType; showAction: { type: import("vue").PropType<("click" | "focus")[]>; }; onPopupScroll: import("vue").PropType<(e: UIEvent) => void>; onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>; }>>, () => import("@antdv/ui/es/ui").VueNode, {}, {}, {}, { mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; open: boolean; disabled: boolean; size: import("@antdv/ui/es/ui").SizeType; value: import("@antdv/ui/es/ui").SelectValue; placeholder: any; notFoundContent: any; virtual: boolean; dropdownMatchSelectWidth: number | boolean; autofocus: boolean; defaultValue: import("@antdv/ui/es/ui").SelectValue; 'onUpdate:value': (val: import("@antdv/ui/es/ui").SelectValue) => void; status: import("@antdv/ui/es/ui").InputStatus; loading: boolean; showArrow: boolean; showSearch: boolean; autoClearSearchValue: boolean; filterOption: boolean | import("../../vue-components/vc-select/src/Select").FilterFunc; defaultActiveFirstOption: boolean; menuItemSelectedIcon: any; labelInValue: boolean; choiceTransitionName: ""; defaultOpen: boolean; maxTagPlaceholder: any; allowClear: boolean; clearIcon: any; removeIcon: any; placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; suffixIcon: any; itemIcon: any; bordered: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; default: import("@antdv/ui/es/ui").SelectValue; }; defaultValue: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SelectValue; }; notFoundContent: any; suffixIcon: any; itemIcon: any; size: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").SizeType; }; mode: { type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">; default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; }; bordered: { type: BooleanConstructor; default: boolean; }; transitionName: StringConstructor; choiceTransitionName: { type: import("vue").PropType<"">; default: ""; }; popupClassName: StringConstructor; dropdownClassName: StringConstructor; placement: { type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">; default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; }; status: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").InputStatus; }; 'onUpdate:value': { type: import("vue").PropType<(val: import("@antdv/ui/es/ui").SelectValue) => void>; default: (val: import("@antdv/ui/es/ui").SelectValue) => void; }; open: { type: BooleanConstructor; default: any; }; options: import("vue").PropType; disabled: { type: BooleanConstructor; default: any; }; animation: StringConstructor; direction: { type: import("vue").PropType<"ltr" | "rtl">; }; prefixCls: StringConstructor; placeholder: any; id: StringConstructor; children: import("vue").PropType; onFocus: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onBlur: { type: import("vue").PropType<(e: FocusEvent) => void>; }; onChange: import("vue").PropType<(value: import("@antdv/ui/es/ui").SelectValue, option: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType | import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType[]) => void>; onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>; onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>; onClick: import("vue").PropType<(e: MouseEvent) => void>; onMousedown: import("vue").PropType<(e: MouseEvent) => void>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; onSelect: import("vue").PropType>; getPopupContainer: { type: import("vue").PropType; }; virtual: { type: BooleanConstructor; default: any; }; dropdownMatchSelectWidth: { type: import("vue").PropType; default: any; }; autofocus: BooleanConstructor; tabindex: NumberConstructor; loading: { type: BooleanConstructor; default: any; }; showArrow: { type: BooleanConstructor; default: any; }; showSearch: { type: BooleanConstructor; default: any; }; fieldNames: import("vue").PropType; inputValue: StringConstructor; searchValue: StringConstructor; onSearch: import("vue").PropType<(value: string) => void>; autoClearSearchValue: { type: BooleanConstructor; default: any; }; onDeselect: import("vue").PropType>; filterOption: { type: import("vue").PropType>; default: any; }; filterSort: import("vue").PropType<(optionA: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType, optionB: import("@antdv/ui/es/vue-components").VcSelectDefaultOptionType) => number>; optionFilterProp: StringConstructor; optionLabelProp: StringConstructor; defaultActiveFirstOption: { type: BooleanConstructor; default: any; }; listHeight: NumberConstructor; listItemHeight: NumberConstructor; menuItemSelectedIcon: any; labelInValue: { type: BooleanConstructor; default: any; }; tagRender: { type: import("vue").PropType<(props: import("../../vue-components/vc-select/src/BaseSelect").CustomTagProps) => any>; }; optionLabelRender: { type: import("vue").PropType<(option: Record) => any>; }; onClear: import("vue").PropType<() => void>; defaultOpen: { type: BooleanConstructor; default: any; }; onDropdownVisibleChange: { type: import("vue").PropType<(open: boolean) => void>; }; maxTagTextLength: NumberConstructor; maxTagCount: { type: import("vue").PropType; }; maxTagPlaceholder: any; tokenSeparators: { type: import("vue").PropType; }; allowClear: { type: BooleanConstructor; default: any; }; clearIcon: any; removeIcon: any; dropdownStyle: { type: import("vue").PropType; }; dropdownRender: { type: import("vue").PropType; }; dropdownAlign: import("vue").PropType; showAction: { type: import("vue").PropType<("click" | "focus")[]>; }; onPopupScroll: import("vue").PropType<(e: UIEvent) => void>; onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE"; open: boolean; disabled: boolean; size: import("@antdv/ui/es/ui").SizeType; value: import("@antdv/ui/es/ui").SelectValue; placeholder: any; notFoundContent: any; virtual: boolean; dropdownMatchSelectWidth: number | boolean; autofocus: boolean; defaultValue: import("@antdv/ui/es/ui").SelectValue; 'onUpdate:value': (val: import("@antdv/ui/es/ui").SelectValue) => void; status: import("@antdv/ui/es/ui").InputStatus; loading: boolean; showArrow: boolean; showSearch: boolean; autoClearSearchValue: boolean; filterOption: boolean | import("../../vue-components/vc-select/src/Select").FilterFunc; defaultActiveFirstOption: boolean; menuItemSelectedIcon: any; labelInValue: boolean; choiceTransitionName: ""; defaultOpen: boolean; maxTagPlaceholder: any; allowClear: boolean; clearIcon: any; removeIcon: any; placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; suffixIcon: any; itemIcon: any; bordered: boolean; }, {}, string, import("@antdv/ui/es/ui").CustomSlotsType<{ notFoundContent: any; suffixIcon: any; itemIcon: any; removeIcon: any; clearIcon: any; dropdownRender: any; option: any; placeholder: any; tagRender: any; maxTagPlaceholder: any; optionLabel: any; default: any; }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install(app: App): App; } & Plugin & { readonly Option: typeof VcOption; readonly OptGroup: typeof VcOptGroup; readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: 'SECRET_COMBOBOX_MODE_DO_NOT_USE'; }; export default _default; export * from './src/interface'; export * from './src/props';