import type { Key } from 'treemate'; import type { ExtractPropTypes, PropType, VNodeChild } from 'vue'; import type { FollowerPlacement, VOverflowInst } from 'vueuc'; import type { MaybeArray } from '../../_utils'; import type { DropdownProps } from '../../dropdown'; import type { MenuGroupOption, MenuIgnoredOption, MenuMixedOption, MenuNodeProps, MenuOption, OnUpdateKeys, OnUpdateValue } from './interface'; export declare const menuProps: { readonly options: { readonly type: PropType; readonly default: () => never[]; }; readonly collapsed: { readonly type: PropType; readonly default: undefined; }; readonly collapsedWidth: { readonly type: NumberConstructor; readonly default: 48; }; readonly iconSize: { readonly type: NumberConstructor; readonly default: 20; }; readonly collapsedIconSize: { readonly type: NumberConstructor; readonly default: 24; }; readonly rootIndent: NumberConstructor; readonly indent: { readonly type: NumberConstructor; readonly default: 32; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly disabledField: { readonly type: StringConstructor; readonly default: "disabled"; }; readonly defaultExpandAll: BooleanConstructor; readonly defaultExpandedKeys: PropType; readonly expandedKeys: PropType; readonly value: PropType; readonly defaultValue: { readonly type: PropType; readonly default: null; }; readonly mode: { readonly type: PropType<"vertical" | "horizontal">; readonly default: "vertical"; }; readonly watchProps: { readonly type: PropType>; readonly default: undefined; }; readonly disabled: BooleanConstructor; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; readonly inverted: BooleanConstructor; readonly 'onUpdate:expandedKeys': PropType>; readonly onUpdateExpandedKeys: PropType>; readonly onUpdateValue: PropType>; readonly 'onUpdate:value': PropType>; readonly expandIcon: PropType<(option: MenuOption) => VNodeChild>; readonly renderIcon: PropType<(option: MenuOption) => VNodeChild>; readonly renderLabel: PropType<(option: MenuOption | MenuGroupOption) => VNodeChild>; readonly renderExtra: PropType<(option: MenuOption | MenuGroupOption) => VNodeChild>; readonly dropdownProps: PropType; readonly accordion: BooleanConstructor; readonly nodeProps: PropType; readonly dropdownPlacement: { readonly type: PropType; readonly default: "bottom"; }; readonly responsive: BooleanConstructor; readonly items: PropType>; readonly onOpenNamesChange: PropType>; readonly onSelect: PropType>; readonly onExpandedNamesChange: PropType>; readonly expandedNames: PropType; readonly defaultExpandedNames: PropType; readonly theme: PropType; }>; }>; Dropdown: import("../../_mixins").Theme<"Dropdown", { optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionTextColor: string; optionTextColorHover: string; optionTextColorActive: string; optionTextColorChildActive: string; color: string; dividerColor: string; suffixColor: string; prefixColor: string; optionColorHover: string; optionColorActive: string; groupHeaderTextColor: string; optionTextColorInverted: string; optionTextColorHoverInverted: string; optionTextColorActiveInverted: string; optionTextColorChildActiveInverted: string; colorInverted: string; dividerColorInverted: string; suffixColorInverted: string; prefixColorInverted: string; optionColorHoverInverted: string; optionColorActiveInverted: string; groupHeaderTextColorInverted: string; optionOpacityDisabled: string; padding: string; optionIconSizeSmall: string; optionIconSizeMedium: string; optionIconSizeLarge: string; optionIconSizeHuge: string; optionSuffixWidthSmall: string; optionSuffixWidthMedium: string; optionSuffixWidthLarge: string; optionSuffixWidthHuge: string; optionIconSuffixWidthSmall: string; optionIconSuffixWidthMedium: string; optionIconSuffixWidthLarge: string; optionIconSuffixWidthHuge: string; optionPrefixWidthSmall: string; optionPrefixWidthMedium: string; optionPrefixWidthLarge: string; optionPrefixWidthHuge: string; optionIconPrefixWidthSmall: string; optionIconPrefixWidthMedium: string; optionIconPrefixWidthLarge: string; optionIconPrefixWidthHuge: 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; }, { 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>; }>; }>; }>>; readonly themeOverrides: PropType; }>; }>; Dropdown: import("../../_mixins").Theme<"Dropdown", { optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionTextColor: string; optionTextColorHover: string; optionTextColorActive: string; optionTextColorChildActive: string; color: string; dividerColor: string; suffixColor: string; prefixColor: string; optionColorHover: string; optionColorActive: string; groupHeaderTextColor: string; optionTextColorInverted: string; optionTextColorHoverInverted: string; optionTextColorActiveInverted: string; optionTextColorChildActiveInverted: string; colorInverted: string; dividerColorInverted: string; suffixColorInverted: string; prefixColorInverted: string; optionColorHoverInverted: string; optionColorActiveInverted: string; groupHeaderTextColorInverted: string; optionOpacityDisabled: string; padding: string; optionIconSizeSmall: string; optionIconSizeMedium: string; optionIconSizeLarge: string; optionIconSizeHuge: string; optionSuffixWidthSmall: string; optionSuffixWidthMedium: string; optionSuffixWidthLarge: string; optionSuffixWidthHuge: string; optionIconSuffixWidthSmall: string; optionIconSuffixWidthMedium: string; optionIconSuffixWidthLarge: string; optionIconSuffixWidthHuge: string; optionPrefixWidthSmall: string; optionPrefixWidthMedium: string; optionPrefixWidthLarge: string; optionPrefixWidthHuge: string; optionIconPrefixWidthSmall: string; optionIconPrefixWidthMedium: string; optionIconPrefixWidthLarge: string; optionIconPrefixWidthHuge: 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; }, { 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>; }>; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; }>; Dropdown: import("../../_mixins").Theme<"Dropdown", { optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionTextColor: string; optionTextColorHover: string; optionTextColorActive: string; optionTextColorChildActive: string; color: string; dividerColor: string; suffixColor: string; prefixColor: string; optionColorHover: string; optionColorActive: string; groupHeaderTextColor: string; optionTextColorInverted: string; optionTextColorHoverInverted: string; optionTextColorActiveInverted: string; optionTextColorChildActiveInverted: string; colorInverted: string; dividerColorInverted: string; suffixColorInverted: string; prefixColorInverted: string; optionColorHoverInverted: string; optionColorActiveInverted: string; groupHeaderTextColorInverted: string; optionOpacityDisabled: string; padding: string; optionIconSizeSmall: string; optionIconSizeMedium: string; optionIconSizeLarge: string; optionIconSizeHuge: string; optionSuffixWidthSmall: string; optionSuffixWidthMedium: string; optionSuffixWidthLarge: string; optionSuffixWidthHuge: string; optionIconSuffixWidthSmall: string; optionIconSuffixWidthMedium: string; optionIconSuffixWidthLarge: string; optionIconSuffixWidthHuge: string; optionPrefixWidthSmall: string; optionPrefixWidthMedium: string; optionPrefixWidthLarge: string; optionPrefixWidthHuge: string; optionIconPrefixWidthSmall: string; optionIconPrefixWidthMedium: string; optionIconPrefixWidthLarge: string; optionIconPrefixWidthHuge: 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; }, { 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>; }>; }>; }>>>; }; export type MenuSetupProps = ExtractPropTypes; export type MenuProps = Partial; declare const _default: import("vue").DefineComponent; readonly default: () => never[]; }; readonly collapsed: { readonly type: PropType; readonly default: undefined; }; readonly collapsedWidth: { readonly type: NumberConstructor; readonly default: 48; }; readonly iconSize: { readonly type: NumberConstructor; readonly default: 20; }; readonly collapsedIconSize: { readonly type: NumberConstructor; readonly default: 24; }; readonly rootIndent: NumberConstructor; readonly indent: { readonly type: NumberConstructor; readonly default: 32; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly disabledField: { readonly type: StringConstructor; readonly default: "disabled"; }; readonly defaultExpandAll: BooleanConstructor; readonly defaultExpandedKeys: PropType; readonly expandedKeys: PropType; readonly value: PropType; readonly defaultValue: { readonly type: PropType; readonly default: null; }; readonly mode: { readonly type: PropType<"vertical" | "horizontal">; readonly default: "vertical"; }; readonly watchProps: { readonly type: PropType>; readonly default: undefined; }; readonly disabled: BooleanConstructor; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; readonly inverted: BooleanConstructor; readonly 'onUpdate:expandedKeys': PropType>; readonly onUpdateExpandedKeys: PropType>; readonly onUpdateValue: PropType>; readonly 'onUpdate:value': PropType>; readonly expandIcon: PropType<(option: MenuOption) => VNodeChild>; readonly renderIcon: PropType<(option: MenuOption) => VNodeChild>; readonly renderLabel: PropType<(option: MenuOption | MenuGroupOption) => VNodeChild>; readonly renderExtra: PropType<(option: MenuOption | MenuGroupOption) => VNodeChild>; readonly dropdownProps: PropType; readonly accordion: BooleanConstructor; readonly nodeProps: PropType; readonly dropdownPlacement: { readonly type: PropType; readonly default: "bottom"; }; readonly responsive: BooleanConstructor; readonly items: PropType>; readonly onOpenNamesChange: PropType>; readonly onSelect: PropType>; readonly onExpandedNamesChange: PropType>; readonly expandedNames: PropType; readonly defaultExpandedNames: PropType; readonly theme: PropType; }>; }>; Dropdown: import("../../_mixins").Theme<"Dropdown", { optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionTextColor: string; optionTextColorHover: string; optionTextColorActive: string; optionTextColorChildActive: string; color: string; dividerColor: string; suffixColor: string; prefixColor: string; optionColorHover: string; optionColorActive: string; groupHeaderTextColor: string; optionTextColorInverted: string; optionTextColorHoverInverted: string; optionTextColorActiveInverted: string; optionTextColorChildActiveInverted: string; colorInverted: string; dividerColorInverted: string; suffixColorInverted: string; prefixColorInverted: string; optionColorHoverInverted: string; optionColorActiveInverted: string; groupHeaderTextColorInverted: string; optionOpacityDisabled: string; padding: string; optionIconSizeSmall: string; optionIconSizeMedium: string; optionIconSizeLarge: string; optionIconSizeHuge: string; optionSuffixWidthSmall: string; optionSuffixWidthMedium: string; optionSuffixWidthLarge: string; optionSuffixWidthHuge: string; optionIconSuffixWidthSmall: string; optionIconSuffixWidthMedium: string; optionIconSuffixWidthLarge: string; optionIconSuffixWidthHuge: string; optionPrefixWidthSmall: string; optionPrefixWidthMedium: string; optionPrefixWidthLarge: string; optionPrefixWidthHuge: string; optionIconPrefixWidthSmall: string; optionIconPrefixWidthMedium: string; optionIconPrefixWidthLarge: string; optionIconPrefixWidthHuge: 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; }, { 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>; }>; }>; }>>; readonly themeOverrides: PropType; }>; }>; Dropdown: import("../../_mixins").Theme<"Dropdown", { optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionTextColor: string; optionTextColorHover: string; optionTextColorActive: string; optionTextColorChildActive: string; color: string; dividerColor: string; suffixColor: string; prefixColor: string; optionColorHover: string; optionColorActive: string; groupHeaderTextColor: string; optionTextColorInverted: string; optionTextColorHoverInverted: string; optionTextColorActiveInverted: string; optionTextColorChildActiveInverted: string; colorInverted: string; dividerColorInverted: string; suffixColorInverted: string; prefixColorInverted: string; optionColorHoverInverted: string; optionColorActiveInverted: string; groupHeaderTextColorInverted: string; optionOpacityDisabled: string; padding: string; optionIconSizeSmall: string; optionIconSizeMedium: string; optionIconSizeLarge: string; optionIconSizeHuge: string; optionSuffixWidthSmall: string; optionSuffixWidthMedium: string; optionSuffixWidthLarge: string; optionSuffixWidthHuge: string; optionIconSuffixWidthSmall: string; optionIconSuffixWidthMedium: string; optionIconSuffixWidthLarge: string; optionIconSuffixWidthHuge: string; optionPrefixWidthSmall: string; optionPrefixWidthMedium: string; optionPrefixWidthLarge: string; optionPrefixWidthHuge: string; optionIconPrefixWidthSmall: string; optionIconPrefixWidthMedium: string; optionIconPrefixWidthLarge: string; optionIconPrefixWidthHuge: 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; }, { 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>; }>; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; }>; Dropdown: import("../../_mixins").Theme<"Dropdown", { optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionTextColor: string; optionTextColorHover: string; optionTextColorActive: string; optionTextColorChildActive: string; color: string; dividerColor: string; suffixColor: string; prefixColor: string; optionColorHover: string; optionColorActive: string; groupHeaderTextColor: string; optionTextColorInverted: string; optionTextColorHoverInverted: string; optionTextColorActiveInverted: string; optionTextColorChildActiveInverted: string; colorInverted: string; dividerColorInverted: string; suffixColorInverted: string; prefixColorInverted: string; optionColorHoverInverted: string; optionColorActiveInverted: string; groupHeaderTextColorInverted: string; optionOpacityDisabled: string; padding: string; optionIconSizeSmall: string; optionIconSizeMedium: string; optionIconSizeLarge: string; optionIconSizeHuge: string; optionSuffixWidthSmall: string; optionSuffixWidthMedium: string; optionSuffixWidthLarge: string; optionSuffixWidthHuge: string; optionIconSuffixWidthSmall: string; optionIconSuffixWidthMedium: string; optionIconSuffixWidthLarge: string; optionIconSuffixWidthHuge: string; optionPrefixWidthSmall: string; optionPrefixWidthMedium: string; optionPrefixWidthLarge: string; optionPrefixWidthHuge: string; optionIconPrefixWidthSmall: string; optionIconPrefixWidthMedium: string; optionIconPrefixWidthLarge: string; optionIconPrefixWidthHuge: 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; }, { 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>; }>; }>; }>>>; }>, { mergedClsPrefix: import("vue").Ref; controlledExpandedKeys: import("vue").ComputedRef; uncontrolledExpanededKeys: import("vue").Ref; mergedExpandedKeys: import("vue").ComputedRef; uncontrolledValue: import("vue").Ref; mergedValue: import("vue").ComputedRef; activePath: import("vue").ComputedRef; tmNodes: import("vue").ComputedRef[]>; mergedTheme: import("vue").ComputedRef<{ common: import("../..").ThemeCommonVars; self: { itemColorHoverInverted: string; itemColorActiveInverted: string; itemColorActiveHoverInverted: string; itemColorActiveCollapsedInverted: string; itemTextColorInverted: string; itemTextColorHoverInverted: string; itemTextColorChildActiveInverted: string; itemTextColorChildActiveHoverInverted: string; itemTextColorActiveInverted: string; itemTextColorActiveHoverInverted: string; itemTextColorHorizontalInverted: string; itemTextColorHoverHorizontalInverted: string; itemTextColorChildActiveHorizontalInverted: string; itemTextColorChildActiveHoverHorizontalInverted: string; itemTextColorActiveHorizontalInverted: string; itemTextColorActiveHoverHorizontalInverted: string; itemIconColorInverted: string; itemIconColorHoverInverted: string; itemIconColorActiveInverted: string; itemIconColorActiveHoverInverted: string; itemIconColorChildActiveInverted: string; itemIconColorChildActiveHoverInverted: string; itemIconColorCollapsedInverted: string; itemIconColorHorizontalInverted: string; itemIconColorHoverHorizontalInverted: string; itemIconColorActiveHorizontalInverted: string; itemIconColorActiveHoverHorizontalInverted: string; itemIconColorChildActiveHorizontalInverted: string; itemIconColorChildActiveHoverHorizontalInverted: string; arrowColorInverted: string; arrowColorHoverInverted: string; arrowColorActiveInverted: string; arrowColorActiveHoverInverted: string; arrowColorChildActiveInverted: string; arrowColorChildActiveHoverInverted: string; groupTextColorInverted: string; borderRadius: string; color: string; groupTextColor: string; itemColorHover: string; itemColorActive: string; itemColorActiveHover: string; itemColorActiveCollapsed: string; itemTextColor: string; itemTextColorHover: string; itemTextColorActive: string; itemTextColorActiveHover: string; itemTextColorChildActive: string; itemTextColorChildActiveHover: string; itemTextColorHorizontal: string; itemTextColorHoverHorizontal: string; itemTextColorActiveHorizontal: string; itemTextColorActiveHoverHorizontal: string; itemTextColorChildActiveHorizontal: string; itemTextColorChildActiveHoverHorizontal: string; itemIconColor: string; itemIconColorHover: string; itemIconColorActive: string; itemIconColorActiveHover: string; itemIconColorChildActive: string; itemIconColorChildActiveHover: string; itemIconColorCollapsed: string; itemIconColorHorizontal: string; itemIconColorHoverHorizontal: string; itemIconColorActiveHorizontal: string; itemIconColorActiveHoverHorizontal: string; itemIconColorChildActiveHorizontal: string; itemIconColorChildActiveHoverHorizontal: string; itemHeight: string; arrowColor: string; arrowColorHover: string; arrowColorActive: string; arrowColorActiveHover: string; arrowColorChildActive: string; arrowColorChildActiveHover: string; colorInverted: string; borderColorHorizontal: string; fontSize: string; dividerColor: string; }; peers: { Tooltip: import("../../_mixins").Theme<"Tooltip", { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: 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; }, { 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>; }>; }>; Dropdown: import("../../_mixins").Theme<"Dropdown", { optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionTextColor: string; optionTextColorHover: string; optionTextColorActive: string; optionTextColorChildActive: string; color: string; dividerColor: string; suffixColor: string; prefixColor: string; optionColorHover: string; optionColorActive: string; groupHeaderTextColor: string; optionTextColorInverted: string; optionTextColorHoverInverted: string; optionTextColorActiveInverted: string; optionTextColorChildActiveInverted: string; colorInverted: string; dividerColorInverted: string; suffixColorInverted: string; prefixColorInverted: string; optionColorHoverInverted: string; optionColorActiveInverted: string; groupHeaderTextColorInverted: string; optionOpacityDisabled: string; padding: string; optionIconSizeSmall: string; optionIconSizeMedium: string; optionIconSizeLarge: string; optionIconSizeHuge: string; optionSuffixWidthSmall: string; optionSuffixWidthMedium: string; optionSuffixWidthLarge: string; optionSuffixWidthHuge: string; optionIconSuffixWidthSmall: string; optionIconSuffixWidthMedium: string; optionIconSuffixWidthLarge: string; optionIconSuffixWidthHuge: string; optionPrefixWidthSmall: string; optionPrefixWidthMedium: string; optionPrefixWidthLarge: string; optionPrefixWidthHuge: string; optionIconPrefixWidthSmall: string; optionIconPrefixWidthMedium: string; optionIconPrefixWidthLarge: string; optionIconPrefixWidthHuge: 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; }, { 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>; }>; }>; }; peerOverrides: { Tooltip?: { peers?: { Popover?: import("../../_mixins/use-theme").ExtractThemeOverrides; }>> | undefined; } | undefined; } | undefined; Dropdown?: { peers?: { Popover?: import("../../_mixins/use-theme").ExtractThemeOverrides; }>> | undefined; } | undefined; } | undefined; }; }>; mergedCollapsed: import("vue").ComputedRef; cssVars: import("vue").ComputedRef | undefined; themeClass: import("vue").Ref | undefined; overflowRef: import("vue").Ref<{ sync: (options: { showAllItemsBeforeCalculate: boolean; }) => void; } | null, VOverflowInst | { sync: (options: { showAllItemsBeforeCalculate: boolean; }) => void; } | null>; counterRef: import("vue").Ref; updateCounter: () => void; onResize: () => void; onUpdateOverflow: (overflow: boolean) => void; onUpdateCount: (count: number) => void; renderCounter: () => VNodeChild; getCounter: () => HTMLElement | null; onRender: (() => void) | undefined; showOption: (key?: import("./interface").Key) => void; deriveResponsiveState: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: () => never[]; }; readonly collapsed: { readonly type: PropType; readonly default: undefined; }; readonly collapsedWidth: { readonly type: NumberConstructor; readonly default: 48; }; readonly iconSize: { readonly type: NumberConstructor; readonly default: 20; }; readonly collapsedIconSize: { readonly type: NumberConstructor; readonly default: 24; }; readonly rootIndent: NumberConstructor; readonly indent: { readonly type: NumberConstructor; readonly default: 32; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly disabledField: { readonly type: StringConstructor; readonly default: "disabled"; }; readonly defaultExpandAll: BooleanConstructor; readonly defaultExpandedKeys: PropType; readonly expandedKeys: PropType; readonly value: PropType; readonly defaultValue: { readonly type: PropType; readonly default: null; }; readonly mode: { readonly type: PropType<"vertical" | "horizontal">; readonly default: "vertical"; }; readonly watchProps: { readonly type: PropType>; readonly default: undefined; }; readonly disabled: BooleanConstructor; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; readonly inverted: BooleanConstructor; readonly 'onUpdate:expandedKeys': PropType>; readonly onUpdateExpandedKeys: PropType>; readonly onUpdateValue: PropType>; readonly 'onUpdate:value': PropType>; readonly expandIcon: PropType<(option: MenuOption) => VNodeChild>; readonly renderIcon: PropType<(option: MenuOption) => VNodeChild>; readonly renderLabel: PropType<(option: MenuOption | MenuGroupOption) => VNodeChild>; readonly renderExtra: PropType<(option: MenuOption | MenuGroupOption) => VNodeChild>; readonly dropdownProps: PropType; readonly accordion: BooleanConstructor; readonly nodeProps: PropType; readonly dropdownPlacement: { readonly type: PropType; readonly default: "bottom"; }; readonly responsive: BooleanConstructor; readonly items: PropType>; readonly onOpenNamesChange: PropType>; readonly onSelect: PropType>; readonly onExpandedNamesChange: PropType>; readonly expandedNames: PropType; readonly defaultExpandedNames: PropType; readonly theme: PropType; }>; }>; Dropdown: import("../../_mixins").Theme<"Dropdown", { optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionTextColor: string; optionTextColorHover: string; optionTextColorActive: string; optionTextColorChildActive: string; color: string; dividerColor: string; suffixColor: string; prefixColor: string; optionColorHover: string; optionColorActive: string; groupHeaderTextColor: string; optionTextColorInverted: string; optionTextColorHoverInverted: string; optionTextColorActiveInverted: string; optionTextColorChildActiveInverted: string; colorInverted: string; dividerColorInverted: string; suffixColorInverted: string; prefixColorInverted: string; optionColorHoverInverted: string; optionColorActiveInverted: string; groupHeaderTextColorInverted: string; optionOpacityDisabled: string; padding: string; optionIconSizeSmall: string; optionIconSizeMedium: string; optionIconSizeLarge: string; optionIconSizeHuge: string; optionSuffixWidthSmall: string; optionSuffixWidthMedium: string; optionSuffixWidthLarge: string; optionSuffixWidthHuge: string; optionIconSuffixWidthSmall: string; optionIconSuffixWidthMedium: string; optionIconSuffixWidthLarge: string; optionIconSuffixWidthHuge: string; optionPrefixWidthSmall: string; optionPrefixWidthMedium: string; optionPrefixWidthLarge: string; optionPrefixWidthHuge: string; optionIconPrefixWidthSmall: string; optionIconPrefixWidthMedium: string; optionIconPrefixWidthLarge: string; optionIconPrefixWidthHuge: 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; }, { 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>; }>; }>; }>>; readonly themeOverrides: PropType; }>; }>; Dropdown: import("../../_mixins").Theme<"Dropdown", { optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionTextColor: string; optionTextColorHover: string; optionTextColorActive: string; optionTextColorChildActive: string; color: string; dividerColor: string; suffixColor: string; prefixColor: string; optionColorHover: string; optionColorActive: string; groupHeaderTextColor: string; optionTextColorInverted: string; optionTextColorHoverInverted: string; optionTextColorActiveInverted: string; optionTextColorChildActiveInverted: string; colorInverted: string; dividerColorInverted: string; suffixColorInverted: string; prefixColorInverted: string; optionColorHoverInverted: string; optionColorActiveInverted: string; groupHeaderTextColorInverted: string; optionOpacityDisabled: string; padding: string; optionIconSizeSmall: string; optionIconSizeMedium: string; optionIconSizeLarge: string; optionIconSizeHuge: string; optionSuffixWidthSmall: string; optionSuffixWidthMedium: string; optionSuffixWidthLarge: string; optionSuffixWidthHuge: string; optionIconSuffixWidthSmall: string; optionIconSuffixWidthMedium: string; optionIconSuffixWidthLarge: string; optionIconSuffixWidthHuge: string; optionPrefixWidthSmall: string; optionPrefixWidthMedium: string; optionPrefixWidthLarge: string; optionPrefixWidthHuge: string; optionIconPrefixWidthSmall: string; optionIconPrefixWidthMedium: string; optionIconPrefixWidthLarge: string; optionIconPrefixWidthHuge: 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; }, { 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>; }>; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; }>; Dropdown: import("../../_mixins").Theme<"Dropdown", { optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionTextColor: string; optionTextColorHover: string; optionTextColorActive: string; optionTextColorChildActive: string; color: string; dividerColor: string; suffixColor: string; prefixColor: string; optionColorHover: string; optionColorActive: string; groupHeaderTextColor: string; optionTextColorInverted: string; optionTextColorHoverInverted: string; optionTextColorActiveInverted: string; optionTextColorChildActiveInverted: string; colorInverted: string; dividerColorInverted: string; suffixColorInverted: string; prefixColorInverted: string; optionColorHoverInverted: string; optionColorActiveInverted: string; groupHeaderTextColorInverted: string; optionOpacityDisabled: string; padding: string; optionIconSizeSmall: string; optionIconSizeMedium: string; optionIconSizeLarge: string; optionIconSizeHuge: string; optionSuffixWidthSmall: string; optionSuffixWidthMedium: string; optionSuffixWidthLarge: string; optionSuffixWidthHuge: string; optionIconSuffixWidthSmall: string; optionIconSuffixWidthMedium: string; optionIconSuffixWidthLarge: string; optionIconSuffixWidthHuge: string; optionPrefixWidthSmall: string; optionPrefixWidthMedium: string; optionPrefixWidthLarge: string; optionPrefixWidthHuge: string; optionIconPrefixWidthSmall: string; optionIconPrefixWidthMedium: string; optionIconPrefixWidthLarge: string; optionIconPrefixWidthHuge: 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; }, { 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>; }>; }>; }>>>; }>> & Readonly<{}>, { readonly disabled: boolean; readonly iconSize: number; readonly defaultValue: Key | null; readonly options: MenuMixedOption[]; readonly show: boolean; readonly responsive: boolean; readonly disabledField: string; readonly labelField: string; readonly childrenField: string; readonly accordion: boolean; readonly collapsed: boolean | undefined; readonly mode: "horizontal" | "vertical"; readonly defaultExpandAll: boolean; readonly indent: number; readonly inverted: boolean; readonly keyField: string; readonly collapsedWidth: number; readonly collapsedIconSize: number; readonly watchProps: ("defaultValue" | "defaultExpandedKeys")[]; readonly dropdownPlacement: FollowerPlacement; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;