import { PropType, InputHTMLAttributes, HTMLAttributes } from 'vue'; import { TreeNode } from 'treemate'; import { FollowerPlacement } from 'vueuc'; import { RenderLabel, RenderOption, NodeProps } from '../../_internal/select-menu/src/interface'; import { RenderTag } from '../../_internal/selection/src/interface'; import type { FormValidationStatus } from '../../form/src/interface'; import type { MaybeArray, ExtractPublicPropTypes } from '../../_utils'; import type { SelectMixedOption, SelectOption, SelectGroupOption, SelectIgnoredOption, SelectFallbackOption, OnUpdateValue, Value, Size, ValueAtom, SelectBaseOption, SelectFilter } from './interface'; export declare const selectProps: { readonly to: { type: PropType; default: undefined; }; readonly bordered: { readonly type: PropType; readonly default: undefined; }; readonly clearable: BooleanConstructor; 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 dx: NumberConstructor; readonly dy: NumberConstructor; readonly dWidth: StringConstructor; readonly value: PropType; readonly placeholder: StringConstructor; readonly menuProps: PropType; readonly multiple: BooleanConstructor; readonly size: PropType; readonly filterable: BooleanConstructor; readonly disabled: { readonly type: PropType; readonly default: undefined; }; readonly remote: BooleanConstructor; readonly loading: 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 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 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<"show" | "if">; readonly default: "show"; }; readonly resetMenuOnOptionsChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly status: PropType; readonly showCheckmark: { readonly type: BooleanConstructor; readonly default: true; }; /** deprecated */ readonly onChange: PropType>; readonly items: PropType; readonly theme: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionFontSizeHuge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: 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; optionColorActivePending: string; actionTextColor: string; loadingColor: string; height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; optionPaddingHuge: string; loadingSize: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; textColor: string; iconColor: string; extraTextColor: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; }, any>; }>; }>>; readonly themeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionFontSizeHuge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: 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; optionColorActivePending: string; actionTextColor: string; loadingColor: string; height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; optionPaddingHuge: string; loadingSize: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; textColor: string; iconColor: string; extraTextColor: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; }, any>; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionFontSizeHuge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: 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; optionColorActivePending: string; actionTextColor: string; loadingColor: string; height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; optionPaddingHuge: string; loadingSize: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; textColor: string; iconColor: string; extraTextColor: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; }, any>; }>; }>>>; }; export type SelectProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ readonly to: { type: PropType; default: undefined; }; readonly bordered: { readonly type: PropType; readonly default: undefined; }; readonly clearable: BooleanConstructor; 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 dx: NumberConstructor; readonly dy: NumberConstructor; readonly dWidth: StringConstructor; readonly value: PropType; readonly placeholder: StringConstructor; readonly menuProps: PropType; readonly multiple: BooleanConstructor; readonly size: PropType; readonly filterable: BooleanConstructor; readonly disabled: { readonly type: PropType; readonly default: undefined; }; readonly remote: BooleanConstructor; readonly loading: 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 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 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<"show" | "if">; readonly default: "show"; }; readonly resetMenuOnOptionsChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly status: PropType; readonly showCheckmark: { readonly type: BooleanConstructor; readonly default: true; }; /** deprecated */ readonly onChange: PropType>; readonly items: PropType; readonly theme: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionFontSizeHuge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: 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; optionColorActivePending: string; actionTextColor: string; loadingColor: string; height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; optionPaddingHuge: string; loadingSize: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; textColor: string; iconColor: string; extraTextColor: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; }, any>; }>; }>>; readonly themeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionFontSizeHuge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: 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; optionColorActivePending: string; actionTextColor: string; loadingColor: string; height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; optionPaddingHuge: string; loadingSize: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; textColor: string; iconColor: string; extraTextColor: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; }, any>; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionFontSizeHuge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: 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; optionColorActivePending: string; actionTextColor: string; loadingColor: string; height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; optionPaddingHuge: string; loadingSize: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; textColor: string; iconColor: string; extraTextColor: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; }, any>; }>; }>>>; }, { mergedStatus: import("vue").ComputedRef; mergedClsPrefix: import("vue").ComputedRef; 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; $el: HTMLElement; } | null>; menuRef: import("vue").Ref<{ selfRef: HTMLElement | null; getPendingTmNode: () => TreeNode, selected: boolean) => import("vue").VNodeChild)>, SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>, SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>> | 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>; localizedPlaceholder: import("vue").ComputedRef; selectedOption: import("vue").ComputedRef; selectedOptions: import("vue").ComputedRef; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">; mergedDisabled: import("vue").ComputedRef; focused: import("vue").Ref; activeWithoutMenuOpen: import("vue").Ref; inlineThemeDisabled: boolean | undefined; onTriggerInputFocus: () => void; onTriggerInputBlur: () => void; handleTriggerOrMenuResize: () => void; handleMenuFocus: (e: FocusEvent) => 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: { baseColor: string; primaryColor: string; primaryColorHover: string; primaryColorPressed: string; primaryColorSuppl: string; infoColor: string; infoColorHover: string; infoColorPressed: string; infoColorSuppl: string; successColor: string; successColorHover: string; successColorPressed: string; successColorSuppl: string; warningColor: string; warningColorHover: string; warningColorPressed: string; warningColorSuppl: string; errorColor: string; errorColorHover: string; errorColorPressed: string; errorColorSuppl: string; textColorBase: string; textColor1: string; textColor2: string; textColor3: string; textColorDisabled: string; placeholderColor: string; placeholderColorDisabled: string; iconColor: string; iconColorHover: string; iconColorPressed: string; iconColorDisabled: string; opacity1: string; opacity2: string; opacity3: string; opacity4: string; opacity5: string; dividerColor: string; borderColor: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColorHover: string; closeColorPressed: string; clearColor: string; clearColorHover: string; clearColorPressed: string; scrollbarColor: string; scrollbarColorHover: string; scrollbarWidth: string; scrollbarHeight: string; scrollbarBorderRadius: string; progressRailColor: string; railColor: string; popoverColor: string; tableColor: string; cardColor: string; modalColor: string; bodyColor: string; tagColor: string; avatarColor: string; invertedColor: string; inputColor: string; codeColor: string; tabColor: string; actionColor: string; tableHeaderColor: string; hoverColor: string; tableColorHover: string; tableColorStriped: string; pressedColor: string; opacityDisabled: string; inputColorDisabled: string; buttonColor2: string; buttonColor2Hover: string; buttonColor2Pressed: string; boxShadow1: string; boxShadow2: string; boxShadow3: string; fontFamily: string; fontFamilyMono: string; fontWeight: string; fontWeightStrong: string; cubicBezierEaseInOut: string; cubicBezierEaseOut: string; cubicBezierEaseIn: string; borderRadius: string; borderRadiusSmall: string; fontSize: string; fontSizeMini: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; heightMini: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; name: "common"; }; self: { menuBoxShadow: string; }; peers: { InternalSelection: import("../../_mixins").Theme<"InternalSelection", { fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadius: string; textColor: string; textColorDisabled: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorActive: string; border: string; borderHover: string; borderActive: string; borderFocus: string; boxShadowHover: string; boxShadowActive: string; boxShadowFocus: string; caretColor: string; arrowColor: 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; paddingSingle: string; paddingMultiple: string; clearSize: string; arrowSize: string; }, { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; }, any>; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionFontSizeHuge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: 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; optionColorActivePending: string; actionTextColor: string; loadingColor: string; height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; optionPaddingHuge: string; loadingSize: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; textColor: string; iconColor: string; extraTextColor: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: 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<{ '--n-menu-box-shadow': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; focus: () => void; blur: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: undefined; }; readonly bordered: { readonly type: PropType; readonly default: undefined; }; readonly clearable: BooleanConstructor; 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 dx: NumberConstructor; readonly dy: NumberConstructor; readonly dWidth: StringConstructor; readonly value: PropType; readonly placeholder: StringConstructor; readonly menuProps: PropType; readonly multiple: BooleanConstructor; readonly size: PropType; readonly filterable: BooleanConstructor; readonly disabled: { readonly type: PropType; readonly default: undefined; }; readonly remote: BooleanConstructor; readonly loading: 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 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 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<"show" | "if">; readonly default: "show"; }; readonly resetMenuOnOptionsChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly status: PropType; readonly showCheckmark: { readonly type: BooleanConstructor; readonly default: true; }; /** deprecated */ readonly onChange: PropType>; readonly items: PropType; readonly theme: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionFontSizeHuge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: 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; optionColorActivePending: string; actionTextColor: string; loadingColor: string; height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; optionPaddingHuge: string; loadingSize: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; textColor: string; iconColor: string; extraTextColor: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; }, any>; }>; }>>; readonly themeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionFontSizeHuge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: 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; optionColorActivePending: string; actionTextColor: string; loadingColor: string; height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; optionPaddingHuge: string; loadingSize: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; textColor: string; iconColor: string; extraTextColor: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; }, any>; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", { optionFontSizeSmall: string; optionFontSizeMedium: string; optionFontSizeLarge: string; optionFontSizeHuge: string; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: 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; optionColorActivePending: string; actionTextColor: string; loadingColor: string; height: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; optionPaddingSmall: string; optionPaddingMedium: string; optionPaddingLarge: string; optionPaddingHuge: string; loadingSize: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; Empty: import("../../_mixins").Theme<"Empty", { fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; textColor: string; iconColor: string; extraTextColor: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; }, any>; }>; }>>>; }>>, { readonly tag: boolean; readonly show: boolean | undefined; readonly multiple: boolean; readonly disabled: boolean | undefined; readonly to: string | boolean | HTMLElement; readonly options: SelectMixedOption[]; readonly loading: boolean; readonly bordered: boolean | undefined; readonly placement: FollowerPlacement; readonly showCheckmark: boolean; readonly labelField: string; readonly virtualScroll: boolean; readonly valueField: string; readonly resetMenuOnOptionsChange: boolean; readonly showArrow: boolean; readonly displayDirective: "show" | "if"; readonly filterable: boolean; readonly clearable: boolean; readonly ignoreComposition: boolean; readonly clearFilterAfterSelect: boolean; readonly defaultValue: Value | null; readonly remote: boolean; readonly widthMode: string; readonly fallbackOption: false | SelectFallbackOption | undefined; readonly consistentMenuWidth: boolean; readonly childrenField: string; readonly showOnFocus: boolean; }>; export default _default;