import type { TreeNode } from 'treemate'; import type { HTMLAttributes, InputHTMLAttributes, PropType, VNode } from 'vue'; import type { FollowerInst, FollowerPlacement } from 'vueuc'; import type { InternalSelectionInst, ScrollbarProps } from '../../_internal'; import type { NodeProps, RenderLabel, RenderOption, Size as SelectMenuSize } from '../../_internal/select-menu/src/interface'; import type { SelectSize } from '../../_internal/selection'; import type { RenderTag } from '../../_internal/selection/src/interface'; import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils'; import type { FormValidationStatus } from '../../form/src/interface'; import type { PopoverProps } from '../../popover'; import type { OnUpdateValue, SelectBaseOption, SelectFallbackOption, SelectFilter, SelectGroupOption, SelectIgnoredOption, SelectMixedOption, SelectOption, Value, ValueAtom } from './interface'; export declare const selectProps: { readonly to: { type: PropType; default: undefined; }; readonly bordered: { readonly type: PropType; readonly default: undefined; }; readonly clearable: BooleanConstructor; readonly clearCreatedOptionsOnClear: { readonly type: BooleanConstructor; readonly default: true; }; readonly clearFilterAfterSelect: { readonly type: BooleanConstructor; readonly default: true; }; readonly options: { readonly type: PropType; readonly default: () => never[]; }; readonly defaultValue: { readonly type: PropType; readonly default: null; }; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly value: PropType; readonly placeholder: StringConstructor; readonly menuProps: PropType; readonly multiple: BooleanConstructor; readonly size: PropType; readonly menuSize: { readonly type: PropType; }; readonly filterable: BooleanConstructor; readonly disabled: { readonly type: PropType; readonly default: undefined; }; readonly remote: BooleanConstructor; readonly loading: BooleanConstructor; readonly loadingSkeleton: BooleanConstructor; readonly filter: PropType; readonly placement: { readonly type: PropType; readonly default: "bottom-start"; }; readonly widthMode: { readonly type: StringConstructor; readonly default: "trigger"; }; readonly tag: BooleanConstructor; readonly onCreate: PropType<(label: string) => SelectOption>; readonly fallbackOption: { readonly type: PropType; readonly default: undefined; }; readonly show: { readonly type: PropType; readonly default: undefined; }; readonly showArrow: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxTagCount: PropType; readonly ellipsisTagPopoverProps: PropType; readonly consistentMenuWidth: { readonly type: BooleanConstructor; readonly default: true; }; readonly virtualScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly valueField: { readonly type: StringConstructor; readonly default: "value"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly filled: BooleanConstructor; readonly tagField: StringConstructor; readonly renderTagLabel: PropType; readonly renderLabel: PropType; readonly renderOption: PropType; readonly renderTag: PropType; readonly 'onUpdate:value': PropType | undefined>; readonly inputProps: PropType; readonly nodeProps: PropType; readonly ignoreComposition: { readonly type: BooleanConstructor; readonly default: true; }; readonly showOnFocus: BooleanConstructor; readonly onUpdateValue: PropType | undefined>; readonly onBlur: PropType void> | undefined>; readonly onClear: PropType void> | undefined>; readonly onFocus: PropType void> | undefined>; readonly onScroll: PropType void> | undefined>; readonly onSearch: PropType void> | undefined>; readonly onUpdateShow: PropType void>>; readonly 'onUpdate:show': PropType void>>; readonly displayDirective: { readonly type: PropType<"if" | "show">; readonly default: "show"; }; readonly resetMenuOnOptionsChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly status: PropType; readonly showCheckmark: { readonly type: BooleanConstructor; readonly default: true; }; readonly scrollbarProps: PropType; readonly round: BooleanConstructor; readonly counter: BooleanConstructor; readonly secondary: BooleanConstructor; /** deprecated */ readonly onChange: PropType>; readonly items: PropType; readonly account: BooleanConstructor; readonly theme: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; loadingSize: string; optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionBorderRadius: string; borderRadius: string; color: string; groupHeaderTextColor: string; actionDividerColor: string; optionTextColor: string; optionTextColorPressed: string; optionTextColorDisabled: string; optionTextColorActive: string; optionOpacityDisabled: string; optionCheckColor: string; optionColorPending: string; optionColorActive: string; optionGroupHeaderBorderColor: string; optionColorActivePending: string; actionTextColor: string; loadingColor: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; }>; }>>; readonly themeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; loadingSize: string; optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionBorderRadius: string; borderRadius: string; color: string; groupHeaderTextColor: string; actionDividerColor: string; optionTextColor: string; optionTextColorPressed: string; optionTextColorDisabled: string; optionTextColorActive: string; optionOpacityDisabled: string; optionCheckColor: string; optionColorPending: string; optionColorActive: string; optionGroupHeaderBorderColor: string; optionColorActivePending: string; actionTextColor: string; loadingColor: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; loadingSize: string; optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionBorderRadius: string; borderRadius: string; color: string; groupHeaderTextColor: string; actionDividerColor: string; optionTextColor: string; optionTextColorPressed: string; optionTextColorDisabled: string; optionTextColorActive: string; optionOpacityDisabled: string; optionCheckColor: string; optionColorPending: string; optionColorActive: string; optionGroupHeaderBorderColor: string; optionColorActivePending: string; actionTextColor: string; loadingColor: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; }>; }>>>; }; export type SelectProps = ExtractPublicPropTypes; export interface SelectSlots { default?: () => VNode[]; header?: () => VNode[]; action?: () => VNode[]; empty?: () => VNode[]; arrow?: () => VNode[]; } declare const _default: import("vue").DefineComponent; default: undefined; }; readonly bordered: { readonly type: PropType; readonly default: undefined; }; readonly clearable: BooleanConstructor; readonly clearCreatedOptionsOnClear: { readonly type: BooleanConstructor; readonly default: true; }; readonly clearFilterAfterSelect: { readonly type: BooleanConstructor; readonly default: true; }; readonly options: { readonly type: PropType; readonly default: () => never[]; }; readonly defaultValue: { readonly type: PropType; readonly default: null; }; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly value: PropType; readonly placeholder: StringConstructor; readonly menuProps: PropType; readonly multiple: BooleanConstructor; readonly size: PropType; readonly menuSize: { readonly type: PropType; }; readonly filterable: BooleanConstructor; readonly disabled: { readonly type: PropType; readonly default: undefined; }; readonly remote: BooleanConstructor; readonly loading: BooleanConstructor; readonly loadingSkeleton: BooleanConstructor; readonly filter: PropType; readonly placement: { readonly type: PropType; readonly default: "bottom-start"; }; readonly widthMode: { readonly type: StringConstructor; readonly default: "trigger"; }; readonly tag: BooleanConstructor; readonly onCreate: PropType<(label: string) => SelectOption>; readonly fallbackOption: { readonly type: PropType; readonly default: undefined; }; readonly show: { readonly type: PropType; readonly default: undefined; }; readonly showArrow: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxTagCount: PropType; readonly ellipsisTagPopoverProps: PropType; readonly consistentMenuWidth: { readonly type: BooleanConstructor; readonly default: true; }; readonly virtualScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly valueField: { readonly type: StringConstructor; readonly default: "value"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly filled: BooleanConstructor; readonly tagField: StringConstructor; readonly renderTagLabel: PropType; readonly renderLabel: PropType; readonly renderOption: PropType; readonly renderTag: PropType; readonly 'onUpdate:value': PropType | undefined>; readonly inputProps: PropType; readonly nodeProps: PropType; readonly ignoreComposition: { readonly type: BooleanConstructor; readonly default: true; }; readonly showOnFocus: BooleanConstructor; readonly onUpdateValue: PropType | undefined>; readonly onBlur: PropType void> | undefined>; readonly onClear: PropType void> | undefined>; readonly onFocus: PropType void> | undefined>; readonly onScroll: PropType void> | undefined>; readonly onSearch: PropType void> | undefined>; readonly onUpdateShow: PropType void>>; readonly 'onUpdate:show': PropType void>>; readonly displayDirective: { readonly type: PropType<"if" | "show">; readonly default: "show"; }; readonly resetMenuOnOptionsChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly status: PropType; readonly showCheckmark: { readonly type: BooleanConstructor; readonly default: true; }; readonly scrollbarProps: PropType; readonly round: BooleanConstructor; readonly counter: BooleanConstructor; readonly secondary: BooleanConstructor; /** deprecated */ readonly onChange: PropType>; readonly items: PropType; readonly account: BooleanConstructor; readonly theme: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; loadingSize: string; optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionBorderRadius: string; borderRadius: string; color: string; groupHeaderTextColor: string; actionDividerColor: string; optionTextColor: string; optionTextColorPressed: string; optionTextColorDisabled: string; optionTextColorActive: string; optionOpacityDisabled: string; optionCheckColor: string; optionColorPending: string; optionColorActive: string; optionGroupHeaderBorderColor: string; optionColorActivePending: string; actionTextColor: string; loadingColor: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; }>; }>>; readonly themeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; loadingSize: string; optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionBorderRadius: string; borderRadius: string; color: string; groupHeaderTextColor: string; actionDividerColor: string; optionTextColor: string; optionTextColorPressed: string; optionTextColorDisabled: string; optionTextColorActive: string; optionOpacityDisabled: string; optionCheckColor: string; optionColorPending: string; optionColorActive: string; optionGroupHeaderBorderColor: string; optionColorActivePending: string; actionTextColor: string; loadingColor: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; loadingSize: string; optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionBorderRadius: string; borderRadius: string; color: string; groupHeaderTextColor: string; actionDividerColor: string; optionTextColor: string; optionTextColorPressed: string; optionTextColorDisabled: string; optionTextColorActive: string; optionOpacityDisabled: string; optionCheckColor: string; optionColorPending: string; optionColorActive: string; optionGroupHeaderBorderColor: string; optionColorActivePending: string; actionTextColor: string; loadingColor: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; }>; }>>>; }>, { mergedStatus: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; mergedBordered: import("vue").ComputedRef; namespace: import("vue").ComputedRef; treeMate: import("vue").ComputedRef>; isMounted: Readonly>; triggerRef: import("vue").Ref<{ isComposing: boolean; focus: () => void; focusInput: () => void; blur: () => void; blurInput: () => void; $el: HTMLElement; } | null, InternalSelectionInst | { isComposing: boolean; focus: () => void; focusInput: () => void; blur: () => void; blurInput: () => void; $el: HTMLElement; } | null>; menuRef: import("vue").Ref<{ selfRef: HTMLElement | null; getPendingTmNode: () => TreeNode | null; prev: () => void; next: () => void; } | null, { selfRef: HTMLElement | null; getPendingTmNode: () => TreeNode | null; prev: () => void; next: () => void; } | { selfRef: HTMLElement | null; getPendingTmNode: () => TreeNode | null; prev: () => void; next: () => void; } | null>; pattern: import("vue").Ref; uncontrolledShow: import("vue").Ref; mergedShow: import("vue").ComputedRef; adjustedTo: import("vue").ComputedRef; uncontrolledValue: import("vue").Ref; mergedValue: import("vue").ComputedRef; followerRef: import("vue").Ref<{ syncPosition: () => void; } | null, FollowerInst | { syncPosition: () => void; } | null>; localizedPlaceholder: import("vue").ComputedRef; selectedOption: import("vue").ComputedRef; selectedOptions: import("vue").ComputedRef; mergedSize: import("vue").ComputedRef; mergedDisabled: import("vue").ComputedRef; focused: import("vue").Ref; activeWithoutMenuOpen: import("vue").Ref; inlineThemeDisabled: boolean | undefined; onTriggerInputFocus: () => void; onTriggerInputBlur: () => void; handleTriggerOrMenuResize: () => void; handleMenuFocus: () => void; handleMenuBlur: (e: FocusEvent) => void; handleMenuTabOut: () => void; handleTriggerClick: () => void; handleToggle: (tmNode: TreeNode) => void; handleDeleteOption: (option: SelectOption) => void; handlePatternInput: (e: InputEvent) => void; handleClear: (e: MouseEvent) => void; handleTriggerBlur: (e: FocusEvent) => void; handleTriggerFocus: (e: FocusEvent) => void; handleKeydown: (e: KeyboardEvent) => void; handleMenuAfterLeave: () => void; handleMenuClickOutside: (e: MouseEvent) => void; handleMenuScroll: (e: Event) => void; handleMenuKeydown: (e: KeyboardEvent) => void; handleMenuMousedown: (e: MouseEvent) => void; mergedTheme: import("vue").ComputedRef<{ common: import("../..").ThemeCommonVars; self: { menuBoxShadow: string; }; peers: { InternalSelection: import("../../_mixins").Theme<"InternalSelection", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSizeTiny: string; clearSizeSmall: string; clearSizeMedium: string; clearSizeLarge: string; clearSizeHuge: string; arrowSizeTiny: string; arrowSizeSmall: string; arrowSizeMedium: string; arrowSizeLarge: string; arrowSizeHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightTiny: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; borderRadiusHuge: string; textColor: string; textColorDisabled: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorFilled: string; colorDisabled: string; colorActive: string; border: string; borderFilled: string; borderHover: string; borderActive: string; borderFocus: string; borderDisabled: string; boxShadowHover: string; boxShadowActive: string; boxShadowFocus: string; caretColor: string; arrowColor: string; arrowColorHover: string; arrowColorDisabled: string; loadingColor: string; borderWarning: string; borderHoverWarning: string; borderActiveWarning: string; borderFocusWarning: string; boxShadowHoverWarning: string; boxShadowActiveWarning: string; boxShadowFocusWarning: string; colorActiveWarning: string; caretColorWarning: string; borderError: string; borderHoverError: string; borderActiveError: string; borderFocusError: string; boxShadowHoverError: string; boxShadowActiveError: string; boxShadowFocusError: string; colorActiveError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; caretColorSecondary: string; filterCounterTextColor: string; filterCounterTextColorDisabled: string; arrowColorSecondary: string; clearColorSecondary: string; colorSecondary: string; textColorSecondary: string; borderSecondary: string; arrowColorDisabledSecondary: string; clearColorDisabledSecondary: string; colorDisabledSecondary: string; textColorDisabledSecondary: string; borderDisabledSecondary: string; arrowColorHoverSecondary: string; clearColorHoverSecondary: string; colorHoverSecondary: string; textColorHoverSecondary: string; borderHoverSecondary: string; arrowColorFocusSecondary: string; clearColorFocusSecondary: string; colorFocusSecondary: string; textColorFocusSecondary: string; borderFocusSecondary: string; arrowColorActiveSecondary: string; clearColorActiveSecondary: string; colorActiveSecondary: string; textColorActiveSecondary: string; borderActiveSecondary: string; }, { Popover: import("../../_mixins").Theme<"Popover", { space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; }, any>; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; loadingSize: string; optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionBorderRadius: string; borderRadius: string; color: string; groupHeaderTextColor: string; actionDividerColor: string; optionTextColor: string; optionTextColorPressed: string; optionTextColorDisabled: string; optionTextColorActive: string; optionOpacityDisabled: string; optionCheckColor: string; optionColorPending: string; optionColorActive: string; optionGroupHeaderBorderColor: string; optionColorActivePending: string; actionTextColor: string; loadingColor: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; }>; }; peerOverrides: { InternalSelection?: { peers?: { Popover?: import("../../_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; InternalSelectMenu?: { peers?: { Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides> | undefined; Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; }; }>; cssVars: import("vue").ComputedRef<{ '--u-menu-box-shadow': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; focus: () => void; blur: () => void; focusInput: () => void; blurInput: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; readonly bordered: { readonly type: PropType; readonly default: undefined; }; readonly clearable: BooleanConstructor; readonly clearCreatedOptionsOnClear: { readonly type: BooleanConstructor; readonly default: true; }; readonly clearFilterAfterSelect: { readonly type: BooleanConstructor; readonly default: true; }; readonly options: { readonly type: PropType; readonly default: () => never[]; }; readonly defaultValue: { readonly type: PropType; readonly default: null; }; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly value: PropType; readonly placeholder: StringConstructor; readonly menuProps: PropType; readonly multiple: BooleanConstructor; readonly size: PropType; readonly menuSize: { readonly type: PropType; }; readonly filterable: BooleanConstructor; readonly disabled: { readonly type: PropType; readonly default: undefined; }; readonly remote: BooleanConstructor; readonly loading: BooleanConstructor; readonly loadingSkeleton: BooleanConstructor; readonly filter: PropType; readonly placement: { readonly type: PropType; readonly default: "bottom-start"; }; readonly widthMode: { readonly type: StringConstructor; readonly default: "trigger"; }; readonly tag: BooleanConstructor; readonly onCreate: PropType<(label: string) => SelectOption>; readonly fallbackOption: { readonly type: PropType; readonly default: undefined; }; readonly show: { readonly type: PropType; readonly default: undefined; }; readonly showArrow: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxTagCount: PropType; readonly ellipsisTagPopoverProps: PropType; readonly consistentMenuWidth: { readonly type: BooleanConstructor; readonly default: true; }; readonly virtualScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly valueField: { readonly type: StringConstructor; readonly default: "value"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly filled: BooleanConstructor; readonly tagField: StringConstructor; readonly renderTagLabel: PropType; readonly renderLabel: PropType; readonly renderOption: PropType; readonly renderTag: PropType; readonly 'onUpdate:value': PropType | undefined>; readonly inputProps: PropType; readonly nodeProps: PropType; readonly ignoreComposition: { readonly type: BooleanConstructor; readonly default: true; }; readonly showOnFocus: BooleanConstructor; readonly onUpdateValue: PropType | undefined>; readonly onBlur: PropType void> | undefined>; readonly onClear: PropType void> | undefined>; readonly onFocus: PropType void> | undefined>; readonly onScroll: PropType void> | undefined>; readonly onSearch: PropType void> | undefined>; readonly onUpdateShow: PropType void>>; readonly 'onUpdate:show': PropType void>>; readonly displayDirective: { readonly type: PropType<"if" | "show">; readonly default: "show"; }; readonly resetMenuOnOptionsChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly status: PropType; readonly showCheckmark: { readonly type: BooleanConstructor; readonly default: true; }; readonly scrollbarProps: PropType; readonly round: BooleanConstructor; readonly counter: BooleanConstructor; readonly secondary: BooleanConstructor; /** deprecated */ readonly onChange: PropType>; readonly items: PropType; readonly account: BooleanConstructor; readonly theme: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; loadingSize: string; optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionBorderRadius: string; borderRadius: string; color: string; groupHeaderTextColor: string; actionDividerColor: string; optionTextColor: string; optionTextColorPressed: string; optionTextColorDisabled: string; optionTextColorActive: string; optionOpacityDisabled: string; optionCheckColor: string; optionColorPending: string; optionColorActive: string; optionGroupHeaderBorderColor: string; optionColorActivePending: string; actionTextColor: string; loadingColor: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; }>; }>>; readonly themeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; loadingSize: string; optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionBorderRadius: string; borderRadius: string; color: string; groupHeaderTextColor: string; actionDividerColor: string; optionTextColor: string; optionTextColorPressed: string; optionTextColorDisabled: string; optionTextColorActive: string; optionOpacityDisabled: string; optionCheckColor: string; optionColorPending: string; optionColorActive: string; optionGroupHeaderBorderColor: string; optionColorActivePending: string; actionTextColor: string; loadingColor: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; loadingSize: string; optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionBorderRadius: string; borderRadius: string; color: string; groupHeaderTextColor: string; actionDividerColor: string; optionTextColor: string; optionTextColorPressed: string; optionTextColorDisabled: string; optionTextColorActive: string; optionOpacityDisabled: string; optionCheckColor: string; optionColorPending: string; optionColorActive: string; optionGroupHeaderBorderColor: string; optionColorActivePending: string; actionTextColor: string; loadingColor: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; }>; }>>>; }>> & Readonly<{}>, { readonly bordered: boolean | undefined; readonly disabled: boolean | undefined; readonly to: string | boolean | HTMLElement; readonly options: SelectMixedOption[]; readonly loading: boolean; readonly tag: boolean; readonly clearable: boolean; readonly defaultValue: Value | null; readonly resetMenuOnOptionsChange: boolean; readonly placement: FollowerPlacement; readonly round: boolean; readonly show: boolean | undefined; readonly loadingSkeleton: boolean; readonly secondary: boolean; readonly keyboard: boolean; readonly showArrow: boolean; readonly multiple: boolean; readonly filterable: boolean; readonly clearFilterAfterSelect: boolean; readonly remote: boolean; readonly virtualScroll: boolean; readonly valueField: string; readonly labelField: string; readonly childrenField: string; readonly displayDirective: "show" | "if"; readonly clearCreatedOptionsOnClear: boolean; readonly widthMode: string; readonly fallbackOption: false | SelectFallbackOption | undefined; readonly consistentMenuWidth: boolean; readonly filled: boolean; readonly ignoreComposition: boolean; readonly showOnFocus: boolean; readonly showCheckmark: boolean; readonly counter: boolean; readonly account: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;