export type * from './action-card'; export { actionCardDark, actionCardLight } from './action-card'; export declare const UActionCard: import("vue").DefineComponent any)>; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly onClick: import("vue").PropType void>>; readonly tag: { readonly type: import("vue").PropType<"button" | "a" | "div">; readonly default: "div"; }; readonly descriptionLineClamp: { readonly type: NumberConstructor; readonly default: 1; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; mergedClassNames: import("vue").ComputedRef<(string | { [x: string]: boolean; } | undefined)[]>; handleClick: (e: MouseEvent) => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-border-radius': string; '--u-padding': string; '--u-background-color': string; '--u-hover-background-color': string; '--u-pressed-background-color': string; '--u-icon-size': string; '--u-icon-color': string; '--u-icon-margin-bottom': string; '--u-title-font-size': string; '--u-title-font-weight': string; '--u-title-line-height': string; '--u-title-color': string; '--u-disabled-color': string; '--u-text-gap': string; '--u-description-font-size': string; '--u-description-font-weight': string; '--u-description-line-height': string; '--u-description-color': string; '--u-min-height': string; '--u-max-height': string; '--u-width': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly any)>; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly onClick: import("vue").PropType void>>; readonly tag: { readonly type: import("vue").PropType<"button" | "a" | "div">; readonly default: "div"; }; readonly descriptionLineClamp: { readonly type: NumberConstructor; readonly default: 1; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly disabled: boolean; readonly loading: boolean; readonly tag: "a" | "button" | "div"; readonly descriptionLineClamp: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './affix'; export { affixProps } from './affix'; export declare const UAffix: import("vue").DefineComponent HTMLElement) | undefined>; readonly top: NumberConstructor; readonly bottom: NumberConstructor; readonly triggerTop: NumberConstructor; readonly triggerBottom: NumberConstructor; readonly position: { readonly type: import("vue").PropType<"fix" | "absolute">; readonly default: "fix"; }; readonly offsetTop: { readonly type: import("vue").PropType; readonly validator: () => boolean; readonly default: undefined; }; readonly offsetBottom: { readonly type: import("vue").PropType; readonly validator: () => boolean; readonly default: undefined; }; readonly target: { readonly type: import("vue").PropType<(() => HTMLElement) | undefined>; readonly validator: () => boolean; readonly default: undefined; }; }>, { selfRef: import("vue").Ref; affixed: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; mergedstyle: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly HTMLElement) | undefined>; readonly top: NumberConstructor; readonly bottom: NumberConstructor; readonly triggerTop: NumberConstructor; readonly triggerBottom: NumberConstructor; readonly position: { readonly type: import("vue").PropType<"fix" | "absolute">; readonly default: "fix"; }; readonly offsetTop: { readonly type: import("vue").PropType; readonly validator: () => boolean; readonly default: undefined; }; readonly offsetBottom: { readonly type: import("vue").PropType; readonly validator: () => boolean; readonly default: undefined; }; readonly target: { readonly type: import("vue").PropType<(() => HTMLElement) | undefined>; readonly validator: () => boolean; readonly default: undefined; }; }>> & Readonly<{}>, { readonly position: "fix" | "absolute"; readonly offsetTop: number | undefined; readonly offsetBottom: number | undefined; readonly target: (() => HTMLElement) | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './alert'; export { alertProps } from './alert'; export declare const UAlert: import("vue").DefineComponent; default: string; }; bordered: { type: BooleanConstructor; default: boolean; }; layoutType: { type: import("vue").PropType<"banner" | "alert">; default: string; }; rounded: { type: BooleanConstructor; default: boolean; }; actionsHorizontal: BooleanConstructor; closable: BooleanConstructor; onClose: FunctionConstructor; onAfterLeave: FunctionConstructor; onAfterHide: FunctionConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; mergedBordered: import("vue").ComputedRef; visible: import("vue").Ref; handleCloseClick: () => void; handleAfterLeave: () => void; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { iconSize: string; closeIconSize: string; closeSize: string; titleFontSizeAlert: string; titleLineHeightAlert: string; titleFontWeightAlert: string; descriptionFontSizeAlert: string; descriptionLineHeightAlert: string; descriptionFontWeightAlert: string; titleFontSizeBanner: string; titleLineHeightBanner: string; titleFontWeightBanner: string; descriptionFontSizeBanner: string; descriptionLineHeightBanner: string; descriptionFontWeightBanner: string; borderRadius: string; color: string; titleTextColor: string; iconColor: string; contentTextColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; colorInfo: string; titleTextColorInfo: string; iconColorInfo: string; contentTextColorInfo: string; closeColorHoverInfo: string; closeColorPressedInfo: string; closeIconColorInfo: string; closeIconColorHoverInfo: string; closeIconColorPressedInfo: string; colorSuccess: string; titleTextColorSuccess: string; iconColorSuccess: string; contentTextColorSuccess: string; closeColorHoverSuccess: string; closeColorPressedSuccess: string; closeIconColorSuccess: string; closeIconColorHoverSuccess: string; closeIconColorPressedSuccess: string; colorWarning: string; titleTextColorWarning: string; iconColorWarning: string; contentTextColorWarning: string; closeColorHoverWarning: string; closeColorPressedWarning: string; closeIconColorWarning: string; closeIconColorHoverWarning: string; closeIconColorPressedWarning: string; colorError: string; titleTextColorError: string; iconColorError: string; contentTextColorError: string; closeColorHoverError: string; closeColorPressedError: string; closeIconColorError: string; closeIconColorHoverError: string; closeIconColorPressedError: string; colorPrimary: string; titleTextColorPrimary: string; iconColorPrimary: string; contentTextColorPrimary: string; closeColorHoverPrimary: string; closeColorPressedPrimary: string; closeIconColorPrimary: string; closeIconColorHoverPrimary: string; closeIconColorPressedPrimary: string; iconMargin: string; closeMargin: string; actionsMarginTop: string; actionsSpace: string; closeBorderRadius: string; paddingAlert: string; descriptionSpaceAlert: string; paddingBanner: string; descriptionSpaceBanner: string; }; peers: any; peerOverrides: { [x: string]: any; }; }>; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-color': string; '--u-padding': string; '--u-border-radius': string; '--u-close-icon-size': string; '--u-close-size': string; '--u-close-border-radius': string; '--u-close-color-hover': string; '--u-close-color-pressed': string; '--u-close-icon-color': string; '--u-close-icon-color-hover': string; '--u-close-icon-color-pressed': string; '--u-icon-color': string; '--u-icon-size': string; '--u-icon-margin': string; '--u-close-margin': string; '--u-title-text-color': string; '--u-title-font-size': string; '--u-title-line-height': string; '--u-title-font-weight': string; '--u-description-text-color': string; '--u-description-font-size': string; '--u-description-line-height': string; '--u-description-font-weight': string; '--u-description-space': string; '--u-actions-margin-top': string; '--u-actions-space': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; bordered: { type: BooleanConstructor; default: boolean; }; layoutType: { type: import("vue").PropType<"banner" | "alert">; default: string; }; rounded: { type: BooleanConstructor; default: boolean; }; actionsHorizontal: BooleanConstructor; closable: BooleanConstructor; onClose: FunctionConstructor; onAfterLeave: FunctionConstructor; onAfterHide: FunctionConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { bordered: boolean; type: "default" | "error" | "warning" | "success" | "info" | "primary"; showIcon: boolean; layoutType: "banner" | "alert"; rounded: boolean; actionsHorizontal: boolean; closable: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './anchor'; export { anchorLinkProps, anchorProps } from './anchor'; export declare const UAnchor: import("vue").DefineComponent; readonly default: "rail"; }; readonly showRail: { readonly type: BooleanConstructor; readonly default: true; }; readonly showBackground: { readonly type: BooleanConstructor; readonly default: true; }; readonly bound: { readonly type: NumberConstructor; readonly default: 12; }; readonly top: { readonly type: NumberConstructor; readonly default: 0; }; readonly internalScrollable: BooleanConstructor; readonly ignoreGap: BooleanConstructor; readonly offsetTarget: import("vue").PropType HTMLElement)>; readonly listenTo: import("vue").PropType HTMLElement) | undefined>; readonly bottom: NumberConstructor; readonly triggerTop: NumberConstructor; readonly triggerBottom: NumberConstructor; readonly position: { readonly type: import("vue").PropType<"fix" | "absolute">; readonly default: "fix"; }; readonly offsetTop: { readonly type: import("vue").PropType; readonly validator: () => boolean; readonly default: undefined; }; readonly offsetBottom: { readonly type: import("vue").PropType; readonly validator: () => boolean; readonly default: undefined; }; readonly target: { readonly type: import("vue").PropType<(() => HTMLElement) | undefined>; readonly validator: () => boolean; readonly default: undefined; }; readonly affix: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { scrollTo(href: string): void; renderAnchor: () => JSX.Element; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "rail"; }; readonly showRail: { readonly type: BooleanConstructor; readonly default: true; }; readonly showBackground: { readonly type: BooleanConstructor; readonly default: true; }; readonly bound: { readonly type: NumberConstructor; readonly default: 12; }; readonly top: { readonly type: NumberConstructor; readonly default: 0; }; readonly internalScrollable: BooleanConstructor; readonly ignoreGap: BooleanConstructor; readonly offsetTarget: import("vue").PropType HTMLElement)>; readonly listenTo: import("vue").PropType HTMLElement) | undefined>; readonly bottom: NumberConstructor; readonly triggerTop: NumberConstructor; readonly triggerBottom: NumberConstructor; readonly position: { readonly type: import("vue").PropType<"fix" | "absolute">; readonly default: "fix"; }; readonly offsetTop: { readonly type: import("vue").PropType; readonly validator: () => boolean; readonly default: undefined; }; readonly offsetBottom: { readonly type: import("vue").PropType; readonly validator: () => boolean; readonly default: undefined; }; readonly target: { readonly type: import("vue").PropType<(() => HTMLElement) | undefined>; readonly validator: () => boolean; readonly default: undefined; }; readonly affix: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "block" | "rail"; readonly top: number; readonly showRail: boolean; readonly showBackground: boolean; readonly bound: number; readonly internalScrollable: boolean; readonly ignoreGap: boolean; readonly position: "fix" | "absolute"; readonly offsetTop: number | undefined; readonly offsetBottom: number | undefined; readonly target: (() => HTMLElement) | undefined; readonly affix: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UAnchorLink: import("vue").DefineComponent, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, {}, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './auto-complete'; export { autoCompleteProps } from './auto-complete'; export declare const UAutoComplete: import("vue").DefineComponent; default: undefined; }; readonly menuProps: import("vue").PropType; readonly append: BooleanConstructor; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly clearable: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly loading: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly resetMenuOnOptionsChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly placeholder: StringConstructor; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly value: StringConstructor; readonly blurAfterSelect: BooleanConstructor; readonly clearAfterSelect: BooleanConstructor; readonly getShow: import("vue").PropType<(inputValue: string) => boolean>; readonly showEmpty: BooleanConstructor; readonly inputProps: import("vue").PropType; readonly renderOption: import("vue").PropType; readonly renderLabel: import("vue").PropType; readonly size: import("vue").PropType; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly zIndex: NumberConstructor; readonly status: import("vue").PropType; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onSelect: import("vue").PropType>; readonly onBlur: import("vue").PropType void>>; readonly onFocus: import("vue").PropType void>>; readonly scrollbarProps: import("vue").PropType; readonly onScroll: import("vue").PropType void> | undefined>; readonly onInput: import("vue").PropType | undefined>; readonly theme: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; }>, { focus: () => void; blur: () => void; inputInstRef: import("vue").Ref<{ wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null, { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null>; uncontrolledValue: import("vue").Ref; mergedValue: import("vue").ComputedRef; isMounted: Readonly>; adjustedTo: import("vue").ComputedRef; menuInstRef: import("vue").Ref<{ selfRef: HTMLElement | null; getPendingTmNode: () => import("treemate").TreeNode | null; prev: () => void; next: () => void; } | null, { selfRef: HTMLElement | null; getPendingTmNode: () => import("treemate").TreeNode | null; prev: () => void; next: () => void; } | { selfRef: HTMLElement | null; getPendingTmNode: () => import("treemate").TreeNode | null; prev: () => void; next: () => void; } | null>; triggerElRef: import("vue").Ref; treeMate: import("vue").ComputedRef, selected: boolean) => import("vue").VNodeChild)>, import("./select").SelectGroupOption, import("./select/src/interface").SelectIgnoredOption>>; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">; mergedDisabled: import("vue").ComputedRef; active: import("vue").ComputedRef; mergedStatus: import("vue").ComputedRef; handleClear: () => void; handleFocus: (e: FocusEvent) => void; handleMenuScroll: (e: Event) => void; handleBlur: (e: FocusEvent) => void; handleInput: (value: string) => void; handleToggle: (option: import("treemate").TreeNode) => void; handleClickOutsideMenu: (e: MouseEvent) => void; handleCompositionStart: () => void; handleCompositionEnd: () => void; handleKeyDown: (e: KeyboardEvent) => void; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { menuBoxShadow: string; }; peers: { 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }; peerOverrides: { InternalSelectMenu?: { peers?: { Scrollbar?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; Empty?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; cssVars: import("vue").ComputedRef<{ '--u-menu-box-shadow': string; '--u-bezier': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; mergedBordered: import("vue").ComputedRef; namespace: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; readonly menuProps: import("vue").PropType; readonly append: BooleanConstructor; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly clearable: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly loading: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly resetMenuOnOptionsChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly placeholder: StringConstructor; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly value: StringConstructor; readonly blurAfterSelect: BooleanConstructor; readonly clearAfterSelect: BooleanConstructor; readonly getShow: import("vue").PropType<(inputValue: string) => boolean>; readonly showEmpty: BooleanConstructor; readonly inputProps: import("vue").PropType; readonly renderOption: import("vue").PropType; readonly renderLabel: import("vue").PropType; readonly size: import("vue").PropType; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly zIndex: NumberConstructor; readonly status: import("vue").PropType; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onSelect: import("vue").PropType>; readonly onBlur: import("vue").PropType void>>; readonly onFocus: import("vue").PropType void>>; readonly scrollbarProps: import("vue").PropType; readonly onScroll: import("vue").PropType void> | undefined>; readonly onInput: import("vue").PropType | undefined>; readonly theme: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; }>> & Readonly<{}>, { readonly bordered: boolean | undefined; readonly disabled: boolean | undefined; readonly to: string | boolean | HTMLElement; readonly options: import("./auto-complete/src/interface").AutoCompleteOptions; readonly loading: boolean; readonly append: boolean; readonly clearable: boolean; readonly defaultValue: string | null; readonly resetMenuOnOptionsChange: boolean; readonly placement: import("vueuc").FollowerPlacement; readonly blurAfterSelect: boolean; readonly clearAfterSelect: boolean; readonly showEmpty: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './avatar'; export { avatarProps } from './avatar'; export declare const UAvatar: import("vue").DefineComponent; readonly src: StringConstructor; readonly circle: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly objectFit: import("vue").PropType; readonly round: { readonly type: BooleanConstructor; readonly default: false; }; readonly bordered: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly onError: import("vue").PropType<(e: Event) => void>; readonly fallbackSrc: StringConstructor; readonly intersectionObserverOptions: import("vue").PropType; readonly lazy: BooleanConstructor; readonly onLoad: import("vue").PropType<(e: Event) => void>; readonly renderPlaceholder: import("vue").PropType<() => import("vue").VNodeChild>; readonly renderFallback: import("vue").PropType<() => import("vue").VNodeChild>; readonly imgProps: import("vue").PropType; readonly disabled: BooleanConstructor; readonly loading: BooleanConstructor; readonly iconColor: StringConstructor; readonly iconSize: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { textRef: import("vue").Ref; selfRef: import("vue").Ref; mergedRoundRef: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; fitTextTransform: () => void; cssVars: import("vue").ComputedRef<{ '--u-font-size': string; '--u-font-weight': string; '--u-border': string; '--u-border-radius': string; '--u-color': string; '--u-text-color': string; '--u-icon-color': string; '--u-bezier': string; '--u-merged-size': string; '--u-icon-size': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; hasLoadError: import("vue").Ref; handleError: (e: Event) => void; shouldStartLoading: import("vue").Ref; loaded: import("vue").Ref; mergedOnLoad: (e: Event) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly src: StringConstructor; readonly circle: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly objectFit: import("vue").PropType; readonly round: { readonly type: BooleanConstructor; readonly default: false; }; readonly bordered: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly onError: import("vue").PropType<(e: Event) => void>; readonly fallbackSrc: StringConstructor; readonly intersectionObserverOptions: import("vue").PropType; readonly lazy: BooleanConstructor; readonly onLoad: import("vue").PropType<(e: Event) => void>; readonly renderPlaceholder: import("vue").PropType<() => import("vue").VNodeChild>; readonly renderFallback: import("vue").PropType<() => import("vue").VNodeChild>; readonly imgProps: import("vue").PropType; readonly disabled: BooleanConstructor; readonly loading: BooleanConstructor; readonly iconColor: StringConstructor; readonly iconSize: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly bordered: boolean; readonly disabled: boolean; readonly circle: boolean; readonly loading: boolean; readonly round: boolean; readonly lazy: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './avatar-group'; export { avatarGroupProps } from './avatar-group'; export declare const UAvatarGroup: import("vue").DefineComponent; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly vertical: BooleanConstructor; readonly loading: BooleanConstructor; readonly size: import("vue").PropType; readonly theme: import("vue").PropType; }>>; readonly themeOverrides: import("vue").PropType; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>>>; }>, { mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { gap: string; }; peers: { Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; }; peerOverrides: { Avatar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; restOptions: import("vue").ComputedRef; displayedOptions: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--u-gap': string; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly vertical: BooleanConstructor; readonly loading: BooleanConstructor; readonly size: import("vue").PropType; readonly theme: import("vue").PropType; }>>; readonly themeOverrides: import("vue").PropType; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>>>; }>> & Readonly<{}>, { readonly vertical: boolean; readonly options: import("./avatar-group").AvatarGroupOption[]; readonly loading: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './back-top'; export { backTopProps } from './back-top'; export declare const UBackTop: import("vue").DefineComponent; readonly default: undefined; }; readonly right: { readonly type: import("vue").PropType; readonly default: 40; }; readonly bottom: { readonly type: import("vue").PropType; readonly default: 40; }; readonly to: { readonly type: import("vue").PropType; readonly default: "body"; }; readonly visibilityHeight: { readonly type: NumberConstructor; readonly default: 180; }; readonly listenTo: import("vue").PropType HTMLElement | Document)>; readonly 'onUpdate:show': { readonly type: FunctionConstructor; readonly default: () => void; }; readonly target: import("vue").PropType<() => HTMLElement>; readonly onShow: import("vue").PropType<() => void>; readonly onHide: import("vue").PropType<() => void>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { placeholderRef: import("vue").Ref; style: import("vue").ComputedRef<{ right: string; bottom: string; }>; mergedShow: import("vue").ComputedRef; isMounted: Readonly>; scrollElement: import("vue").Ref; scrollTop: import("vue").Ref; DomInfoReady: import("vue").Ref; transitionDisabled: import("vue").Ref; mergedClsPrefix: import("vue").Ref; handleAfterEnter: () => void; handleScroll: () => void; handleClick: () => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-border-radius': string; '--u-height': string; '--u-width': string; '--u-box-shadow': string; '--u-box-shadow-hover': string; '--u-box-shadow-pressed': string; '--u-color': string; '--u-icon-size': string; '--u-icon-color': string; '--u-icon-color-hover': string; '--u-icon-color-pressed': string; '--u-text-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: undefined; }; readonly right: { readonly type: import("vue").PropType; readonly default: 40; }; readonly bottom: { readonly type: import("vue").PropType; readonly default: 40; }; readonly to: { readonly type: import("vue").PropType; readonly default: "body"; }; readonly visibilityHeight: { readonly type: NumberConstructor; readonly default: 180; }; readonly listenTo: import("vue").PropType HTMLElement | Document)>; readonly 'onUpdate:show': { readonly type: FunctionConstructor; readonly default: () => void; }; readonly target: import("vue").PropType<() => HTMLElement>; readonly onShow: import("vue").PropType<() => void>; readonly onHide: import("vue").PropType<() => void>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly to: string | HTMLElement; readonly right: string | number; readonly bottom: string | number; readonly show: boolean | undefined; readonly visibilityHeight: number; readonly 'onUpdate:show': Function; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './badge'; export { badgeProps } from './badge'; export declare const UBadge: import("vue").DefineComponent; readonly max: NumberConstructor; readonly dot: BooleanConstructor; readonly type: { readonly type: import("vue").PropType<"success" | "error" | "warning" | "info" | "default" | "prime">; readonly default: "default"; }; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; readonly showZero: BooleanConstructor; readonly processing: BooleanConstructor; readonly color: StringConstructor; readonly textColor: StringConstructor; readonly dotSize: import("vue").PropType; readonly offset: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; appeared: import("vue").Ref; showBadge: import("vue").ComputedRef; handleAfterEnter: () => void; handleAfterLeave: () => void; cssVars: import("vue").ComputedRef<{ '--u-font-size': string; '--u-color': string; '--u-ripple-color': string; '--u-bezier': string; '--u-ripple-bezier': string; '--u-text-color': string; '--u-border-color': string; '--u-dot-size': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; offsetStyle: import("vue").ComputedRef<{ transform: string; } | undefined>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly max: NumberConstructor; readonly dot: BooleanConstructor; readonly type: { readonly type: import("vue").PropType<"success" | "error" | "warning" | "info" | "default" | "prime">; readonly default: "default"; }; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; readonly showZero: BooleanConstructor; readonly processing: BooleanConstructor; readonly color: StringConstructor; readonly textColor: StringConstructor; readonly dotSize: import("vue").PropType; readonly offset: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "default" | "error" | "warning" | "success" | "info" | "prime"; readonly show: boolean; readonly dot: boolean; readonly showZero: boolean; readonly processing: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './breadcrumb'; export { breadcrumbItemProps, breadcrumbProps } from './breadcrumb'; export declare const UBreadcrumb: import("vue").DefineComponent>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-font-size': string; '--u-bezier': string; '--u-item-text-color': string; '--u-item-text-color-hover': string; '--u-item-text-color-pressed': string; '--u-item-text-color-active': string; '--u-separator-color': string; '--u-font-weight': string; '--u-item-line-height': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly separator: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UBreadcrumbItem: import("vue").DefineComponent void>; }>, (() => null) | (() => JSX.Element), {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly void>; }>> & Readonly<{}>, { readonly clickable: boolean; readonly showSeparator: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './button'; export { buttonProps } from './button'; export declare const UButton: import("vue").DefineComponent; readonly ghost: BooleanConstructor; readonly round: BooleanConstructor; readonly secondary: BooleanConstructor; readonly tertiary: BooleanConstructor; readonly quaternary: BooleanConstructor; readonly strong: BooleanConstructor; readonly focusable: { readonly type: BooleanConstructor; readonly default: true; }; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly tag: { readonly type: import("vue").PropType; readonly default: "button"; }; readonly type: { readonly type: import("vue").PropType; readonly default: "default"; }; readonly dashed: BooleanConstructor; readonly renderIcon: import("vue").PropType<() => import("vue").VNodeChild>; readonly iconPlacement: { readonly type: import("vue").PropType<"left" | "right">; readonly default: "left"; }; readonly attrType: { readonly type: import("vue").PropType<"button" | "submit" | "reset">; readonly default: "button"; }; readonly bordered: { readonly type: BooleanConstructor; readonly default: true; }; readonly onClick: import("vue").PropType void>>; readonly nativeFocusBehavior: { readonly type: BooleanConstructor; readonly default: boolean; }; readonly visible: { readonly type: BooleanConstructor; readonly default: true; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { selfElRef: import("vue").Ref; waveElRef: import("vue").Ref<{ play: () => void; } | null, import("./_internal").BaseWaveRef | { play: () => void; } | null>; mergedClsPrefix: import("vue").Ref; mergedFocusable: import("vue").ComputedRef; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">; showBorder: import("vue").ComputedRef; enterPressed: import("vue").Ref; rtlEnabled: import("vue").Ref | undefined; handleMousedown: (e: MouseEvent) => void; handleKeydown: (e: KeyboardEvent) => void; handleBlur: () => void; handleKeyup: (e: KeyboardEvent) => void; handleClick: (e: MouseEvent) => void; customColorCssVars: import("vue").ComputedRef<{ '--u-border-color': string; '--u-border-color-hover': string; '--u-border-color-pressed': string; '--u-border-color-focus': string; '--u-border-color-disabled': string; } | null>; cssVars: import("vue").ComputedRef<{ 'text-decoration-line': string; 'text-underline-offset': string; 'line-height': string; '--u-font-size': string; '--u-font-weight': string; '--u-color': string; '--u-color-hover': string; '--u-color-pressed': string; '--u-color-focus': string; '--u-color-focus-visible': string; '--u-color-disabled': string; '--u-ripple-color': string; '--u-text-color': string; '--u-text-color-hover': string; '--u-text-color-pressed': string; '--u-text-color-focus': string; '--u-text-color-disabled': string; '--u-width': string; '--u-height': string; '--u-padding': string; '--u-icon-size': string; '--u-icon-margin': string; '--u-border-radius': string; '--u-border': string; '--u-border-hover': string; '--u-border-pressed': string; '--u-border-focus': string; '--u-border-disabled': string; '--u-bezier': string; '--u-bezier-ease-out': string; '--u-ripple-duration': string; '--u-opacity-disabled': string; '--u-wave-opacity': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly ghost: BooleanConstructor; readonly round: BooleanConstructor; readonly secondary: BooleanConstructor; readonly tertiary: BooleanConstructor; readonly quaternary: BooleanConstructor; readonly strong: BooleanConstructor; readonly focusable: { readonly type: BooleanConstructor; readonly default: true; }; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly tag: { readonly type: import("vue").PropType; readonly default: "button"; }; readonly type: { readonly type: import("vue").PropType; readonly default: "default"; }; readonly dashed: BooleanConstructor; readonly renderIcon: import("vue").PropType<() => import("vue").VNodeChild>; readonly iconPlacement: { readonly type: import("vue").PropType<"left" | "right">; readonly default: "left"; }; readonly attrType: { readonly type: import("vue").PropType<"button" | "submit" | "reset">; readonly default: "button"; }; readonly bordered: { readonly type: BooleanConstructor; readonly default: true; }; readonly onClick: import("vue").PropType void>>; readonly nativeFocusBehavior: { readonly type: BooleanConstructor; readonly default: boolean; }; readonly visible: { readonly type: BooleanConstructor; readonly default: true; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly bordered: boolean; readonly disabled: boolean; readonly type: import("./button").ButtonType; readonly strong: boolean; readonly circle: boolean; readonly text: boolean; readonly loading: boolean; readonly tag: keyof HTMLElementTagNameMap; readonly block: boolean; readonly round: boolean; readonly tertiary: boolean; readonly loadingSkeleton: boolean; readonly ghost: boolean; readonly secondary: boolean; readonly quaternary: boolean; readonly focusable: boolean; readonly keyboard: boolean; readonly dashed: boolean; readonly iconPlacement: "left" | "right"; readonly attrType: "submit" | "button" | "reset"; readonly nativeFocusBehavior: boolean; readonly visible: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UxButton: new () => { $props: Partial<{ readonly bordered: boolean; readonly disabled: boolean; readonly type: import("./button").ButtonType; readonly strong: boolean; readonly circle: boolean; readonly text: boolean; readonly loading: boolean; readonly tag: keyof HTMLElementTagNameMap; readonly block: boolean; readonly round: boolean; readonly tertiary: boolean; readonly loadingSkeleton: boolean; readonly ghost: boolean; readonly secondary: boolean; readonly quaternary: boolean; readonly focusable: boolean; readonly keyboard: boolean; readonly dashed: boolean; readonly iconPlacement: "left" | "right"; readonly attrType: "submit" | "button" | "reset"; readonly nativeFocusBehavior: boolean; readonly visible: boolean; } & { readonly theme?: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any> | undefined; readonly themeOverrides?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; readonly builtinThemeOverrides?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; readonly size?: import("./button").ButtonSize | undefined; readonly onClick?: import("./_utils").MaybeArray<(e: MouseEvent) => void> | undefined; readonly color?: string | undefined; readonly textColor?: string | undefined; readonly renderIcon?: (() => import("vue").VNodeChild) | undefined; } & { value?: string | number | readonly string[] | undefined; class?: import("vue").ClassValue; style?: import("vue").StyleValue; contextmenu?: string | undefined | undefined; hidden?: "" | "hidden" | (boolean | "true" | "false") | "until-found" | undefined; form?: string | undefined | undefined; title?: string | undefined | undefined; onCopy?: ((payload: ClipboardEvent) => void) | undefined; onCut?: ((payload: ClipboardEvent) => void) | undefined; onPaste?: ((payload: ClipboardEvent) => void) | undefined; onCompositionend?: ((payload: CompositionEvent) => void) | undefined; onCompositionstart?: ((payload: CompositionEvent) => void) | undefined; onCompositionupdate?: ((payload: CompositionEvent) => void) | undefined; onDrag?: ((payload: DragEvent) => void) | undefined; onDragend?: ((payload: DragEvent) => void) | undefined; onDragenter?: ((payload: DragEvent) => void) | undefined; onDragexit?: ((payload: DragEvent) => void) | undefined; onDragleave?: ((payload: DragEvent) => void) | undefined; onDragover?: ((payload: DragEvent) => void) | undefined; onDragstart?: ((payload: DragEvent) => void) | undefined; onDrop?: ((payload: DragEvent) => void) | undefined; onFocus?: ((payload: FocusEvent) => void) | undefined; onFocusin?: ((payload: FocusEvent) => void) | undefined; onFocusout?: ((payload: FocusEvent) => void) | undefined; onBlur?: ((payload: FocusEvent) => void) | undefined; onChange?: ((payload: Event) => void) | undefined; onBeforeinput?: ((payload: InputEvent) => void) | undefined; onFormdata?: ((payload: FormDataEvent) => void) | undefined; onInput?: ((payload: InputEvent) => void) | undefined; onReset?: ((payload: Event) => void) | undefined; onSubmit?: ((payload: SubmitEvent) => void) | undefined; onInvalid?: ((payload: Event) => void) | undefined; onFullscreenchange?: ((payload: Event) => void) | undefined; onFullscreenerror?: ((payload: Event) => void) | undefined; onLoad?: ((payload: Event) => void) | undefined; onError?: ((payload: Event) => void) | undefined; onKeydown?: ((payload: KeyboardEvent) => void) | undefined; onKeypress?: ((payload: KeyboardEvent) => void) | undefined; onKeyup?: ((payload: KeyboardEvent) => void) | undefined; onDblclick?: ((payload: MouseEvent) => void) | undefined; onMousedown?: ((payload: MouseEvent) => void) | undefined; onMouseenter?: ((payload: MouseEvent) => void) | undefined; onMouseleave?: ((payload: MouseEvent) => void) | undefined; onMousemove?: ((payload: MouseEvent) => void) | undefined; onMouseout?: ((payload: MouseEvent) => void) | undefined; onMouseover?: ((payload: MouseEvent) => void) | undefined; onMouseup?: ((payload: MouseEvent) => void) | undefined; onAbort?: ((payload: UIEvent) => void) | undefined; onCanplay?: ((payload: Event) => void) | undefined; onCanplaythrough?: ((payload: Event) => void) | undefined; onDurationchange?: ((payload: Event) => void) | undefined; onEmptied?: ((payload: Event) => void) | undefined; onEncrypted?: ((payload: MediaEncryptedEvent) => void) | undefined; onEnded?: ((payload: Event) => void) | undefined; onLoadeddata?: ((payload: Event) => void) | undefined; onLoadedmetadata?: ((payload: Event) => void) | undefined; onLoadstart?: ((payload: Event) => void) | undefined; onPause?: ((payload: Event) => void) | undefined; onPlay?: ((payload: Event) => void) | undefined; onPlaying?: ((payload: Event) => void) | undefined; onProgress?: ((payload: ProgressEvent) => void) | undefined; onRatechange?: ((payload: Event) => void) | undefined; onSeeked?: ((payload: Event) => void) | undefined; onSeeking?: ((payload: Event) => void) | undefined; onStalled?: ((payload: Event) => void) | undefined; onSuspend?: ((payload: Event) => void) | undefined; onTimeupdate?: ((payload: Event) => void) | undefined; onVolumechange?: ((payload: Event) => void) | undefined; onWaiting?: ((payload: Event) => void) | undefined; onSelect?: ((payload: Event) => void) | undefined; onScroll?: ((payload: Event) => void) | undefined; onScrollend?: ((payload: Event) => void) | undefined; onTouchcancel?: ((payload: TouchEvent) => void) | undefined; onTouchend?: ((payload: TouchEvent) => void) | undefined; onTouchmove?: ((payload: TouchEvent) => void) | undefined; onTouchstart?: ((payload: TouchEvent) => void) | undefined; onAuxclick?: ((payload: PointerEvent) => void) | undefined; onContextmenu?: ((payload: PointerEvent) => void) | undefined; onGotpointercapture?: ((payload: PointerEvent) => void) | undefined; onLostpointercapture?: ((payload: PointerEvent) => void) | undefined; onPointerdown?: ((payload: PointerEvent) => void) | undefined; onPointermove?: ((payload: PointerEvent) => void) | undefined; onPointerup?: ((payload: PointerEvent) => void) | undefined; onPointercancel?: ((payload: PointerEvent) => void) | undefined; onPointerenter?: ((payload: PointerEvent) => void) | undefined; onPointerleave?: ((payload: PointerEvent) => void) | undefined; onPointerover?: ((payload: PointerEvent) => void) | undefined; onPointerout?: ((payload: PointerEvent) => void) | undefined; onBeforetoggle?: ((payload: ToggleEvent) => void) | undefined; onToggle?: ((payload: ToggleEvent) => void) | undefined; onWheel?: ((payload: WheelEvent) => void) | undefined; onAnimationcancel?: ((payload: AnimationEvent) => void) | undefined; onAnimationstart?: ((payload: AnimationEvent) => void) | undefined; onAnimationend?: ((payload: AnimationEvent) => void) | undefined; onAnimationiteration?: ((payload: AnimationEvent) => void) | undefined; onSecuritypolicyviolation?: ((payload: SecurityPolicyViolationEvent) => void) | undefined; onTransitioncancel?: ((payload: TransitionEvent) => void) | undefined; onTransitionend?: ((payload: TransitionEvent) => void) | undefined; onTransitionrun?: ((payload: TransitionEvent) => void) | undefined; onTransitionstart?: ((payload: TransitionEvent) => void) | undefined; dir?: string | undefined | undefined; id?: string | undefined | undefined; name?: string | undefined | undefined; placeholder?: string | undefined | undefined; draggable?: (boolean | "true" | "false") | undefined; role?: string | undefined | undefined; prefix?: string | undefined | undefined; autofocus?: (boolean | "true" | "false") | undefined; is?: string | undefined | undefined; innerHTML?: string | undefined | undefined; accesskey?: string | undefined | undefined; contenteditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined; enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined; enterKeyHint?: "next" | "search" | "done" | "enter" | "go" | "previous" | "send" | undefined; inert?: (boolean | "true" | "false") | undefined; lang?: string | undefined | undefined; spellcheck?: (boolean | "true" | "false") | undefined; tabindex?: (string | number) | undefined; translate?: "yes" | "no" | undefined | undefined; radiogroup?: string | undefined | undefined; about?: string | undefined | undefined; datatype?: string | undefined | undefined; inlist?: any; property?: string | undefined | undefined; resource?: string | undefined | undefined; typeof?: string | undefined | undefined; vocab?: string | undefined | undefined; autocapitalize?: string | undefined | undefined; autocorrect?: string | undefined | undefined; autosave?: string | undefined | undefined; itemprop?: string | undefined | undefined; itemscope?: (boolean | "true" | "false") | undefined; itemtype?: string | undefined | undefined; itemid?: string | undefined | undefined; itemref?: string | undefined | undefined; results?: (string | number) | undefined; security?: string | undefined | undefined; unselectable?: "on" | "off" | undefined | undefined; inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined; exportparts?: string | undefined; part?: string | undefined; 'aria-activedescendant'?: string | undefined | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: (boolean | "true" | "false") | "mixed" | undefined; 'aria-colcount'?: (string | number) | undefined; 'aria-colindex'?: (string | number) | undefined; 'aria-colspan'?: (string | number) | undefined; 'aria-controls'?: string | undefined | undefined; 'aria-current'?: "time" | "date" | "page" | "step" | (boolean | "true" | "false") | "location" | undefined; 'aria-describedby'?: string | undefined | undefined; 'aria-details'?: string | undefined | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined; 'aria-errormessage'?: string | undefined | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: "dialog" | "menu" | (boolean | "true" | "false") | "listbox" | "grid" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: (boolean | "true" | "false") | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined | undefined; 'aria-label'?: string | undefined | undefined; 'aria-labelledby'?: string | undefined | undefined; 'aria-level'?: (string | number) | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "horizontal" | "vertical" | undefined | undefined; 'aria-owns'?: string | undefined | undefined; 'aria-placeholder'?: string | undefined | undefined; 'aria-posinset'?: (string | number) | undefined; 'aria-pressed'?: (boolean | "true" | "false") | "mixed" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined | undefined; 'aria-rowcount'?: (string | number) | undefined; 'aria-rowindex'?: (string | number) | undefined; 'aria-rowspan'?: (string | number) | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: (string | number) | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined | undefined; 'aria-valuemax'?: (string | number) | undefined; 'aria-valuemin'?: (string | number) | undefined; 'aria-valuenow'?: (string | number) | undefined; 'aria-valuetext'?: string | undefined | undefined; formaction?: string | undefined | undefined; formenctype?: string | undefined | undefined; formmethod?: string | undefined | undefined; formnovalidate?: (boolean | "true" | "false") | undefined; formtarget?: string | undefined | undefined; }>; }; export type * from './button-group'; export { buttonGroupProps } from './button-group'; export declare const UButtonGroup: import("vue").DefineComponent; readonly default: undefined; }; readonly vertical: BooleanConstructor; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: undefined; }; readonly vertical: BooleanConstructor; }>> & Readonly<{}>, { readonly vertical: boolean; readonly size: import("./button").ButtonSize | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './calendar'; export { calendarProps } from './calendar'; export declare const UCalendar: import("vue").DefineComponent boolean | undefined>; readonly ssrCurrentTimestamp: NumberConstructor; readonly value: NumberConstructor; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly onPanelChange: import("vue").PropType; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly theme: import("vue").PropType; }>>; readonly themeOverrides: import("vue").PropType; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>>>; }>, { mergedClsPrefix: import("vue").Ref; locale: import("vue").Ref<{ yearFormat: string; monthFormat: string; dayFormat: string; yearTypeFormat: string; monthTypeFormat: string; dateFormat: string; dateTimeFormat: string; quarterFormat: string; weekFormat: string; clear: string; now: string; confirm: string; selectTime: string; selectDate: string; datePlaceholder: string; datetimePlaceholder: string; monthPlaceholder: string; yearPlaceholder: string; quarterPlaceholder: string; weekPlaceholder: string; startDatePlaceholder: string; endDatePlaceholder: string; startDatetimePlaceholder: string; endDatetimePlaceholder: string; startMonthPlaceholder: string; endMonthPlaceholder: string; monthBeforeYear: boolean; firstDayOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6; today: string; }, { yearFormat: string; monthFormat: string; dayFormat: string; yearTypeFormat: string; monthTypeFormat: string; dateFormat: string; dateTimeFormat: string; quarterFormat: string; weekFormat: string; clear: string; now: string; confirm: string; selectTime: string; selectDate: string; datePlaceholder: string; datetimePlaceholder: string; monthPlaceholder: string; yearPlaceholder: string; quarterPlaceholder: string; weekPlaceholder: string; startDatePlaceholder: string; endDatePlaceholder: string; startDatetimePlaceholder: string; endDatetimePlaceholder: string; startMonthPlaceholder: string; endMonthPlaceholder: string; monthBeforeYear: boolean; firstDayOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6; today: string; }>; dateLocale: import("vue").Ref; now: number; mergedValue: import("vue").ComputedRef; monthTs: import("vue").Ref; dateItems: import("vue").ComputedRef; doUpdateValue: (value: number, time: import("./calendar/src/interface").DateItem) => void; handleTodayClick: () => void; handlePrevClick: () => void; handleNextClick: () => void; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { titleFontSize: string; borderRadius: string; borderColor: string; borderColorModal: string; borderColorPopover: string; textColor: string; titleFontWeight: string; titleTextColor: string; dayTextColor: string; fontSize: string; lineHeight: string; dateColorCurrent: string; dateTextColorCurrent: string; cellColorHover: string; cellColorHoverModal: string; cellColorHoverPopover: string; cellColor: string; cellColorModal: string; cellColorPopover: string; barColor: string; }; peers: { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }; peerOverrides: { Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-border-color': string; '--u-border-color-modal': string; '--u-border-color-popover': string; '--u-border-radius': string; '--u-text-color': string; '--u-title-font-weight': string; '--u-title-font-size': string; '--u-title-text-color': string; '--u-day-text-color': string; '--u-font-size': string; '--u-line-height': string; '--u-date-color-current': string; '--u-date-text-color-current': string; '--u-cell-color': string; '--u-cell-color-modal': string; '--u-cell-color-popover': string; '--u-cell-color-hover': string; '--u-cell-color-hover-modal': string; '--u-cell-color-hover-popover': string; '--u-bar-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly boolean | undefined>; readonly ssrCurrentTimestamp: NumberConstructor; readonly value: NumberConstructor; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly onPanelChange: import("vue").PropType; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly theme: import("vue").PropType; }>>; readonly themeOverrides: import("vue").PropType; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>>>; }>> & Readonly<{}>, { readonly defaultValue: number | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './card'; export { cardProps } from './card'; export declare const UCard: import("vue").DefineComponent; default: string; }; title: StringConstructor; contentClass: StringConstructor; contentScrollable: BooleanConstructor; contentStyle: import("vue").PropType; headerStyle: import("vue").PropType; headerExtraStyle: import("vue").PropType; footerStyle: import("vue").PropType; embedded: BooleanConstructor; segmented: { readonly type: import("vue").PropType; readonly default: false; }; bordered: { readonly type: BooleanConstructor; readonly default: true; }; closable: BooleanConstructor; hoverable: BooleanConstructor; role: StringConstructor; onClose: import("vue").PropType void>>; tag: { readonly type: import("vue").PropType; readonly default: "div"; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }; peers: any; peerOverrides: { [x: string]: any; }; }>; handleCloseClick: () => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-border-radius': string; '--u-color': string; '--u-color-embedded': string; '--u-color-target': string; '--u-action-color': string; '--u-title-text-color': string; '--u-title-font-weight': string; '--u-title-line-height': string; '--u-title-font-size': string; '--u-close-icon-color': string; '--u-close-icon-color-hover': string; '--u-close-icon-color-pressed': string; '--u-close-color-hover': string; '--u-close-color-pressed': string; '--u-close-size': string; '--u-close-icon-size': string; '--u-close-border-radius': string; '--u-border-color': string; '--u-box-shadow': string; '--u-padding-top': string; '--u-padding-bottom': string; '--u-padding-left': string; '--u-text-color': string; '--u-font-size': string; '--u-line-height': string; '--u-font-weight': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; title: StringConstructor; contentClass: StringConstructor; contentScrollable: BooleanConstructor; contentStyle: import("vue").PropType; headerStyle: import("vue").PropType; headerExtraStyle: import("vue").PropType; footerStyle: import("vue").PropType; embedded: BooleanConstructor; segmented: { readonly type: import("vue").PropType; readonly default: false; }; bordered: { readonly type: BooleanConstructor; readonly default: true; }; closable: BooleanConstructor; hoverable: BooleanConstructor; role: StringConstructor; onClose: import("vue").PropType void>>; tag: { readonly type: import("vue").PropType; readonly default: "div"; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { bordered: boolean; size: import("./card").CardSize; tag: keyof HTMLElementTagNameMap; closable: boolean; contentScrollable: boolean; embedded: boolean; segmented: boolean | import("./card").CardSegmented; hoverable: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './card-list'; export { cardListProps } from './card-list'; export declare const UCardList: import("vue").DefineComponent; readonly options: import("vue").PropType; readonly cols: { readonly type: import("vue").PropType; readonly default: 3; }; readonly xGap: { readonly type: import("vue").PropType; readonly default: 16; }; readonly yGap: { readonly type: import("vue").PropType; readonly default: 16; }; readonly cardProps: import("vue").PropType>; readonly gridProps: import("vue").PropType>; readonly showDivider: { readonly type: BooleanConstructor; readonly default: true; }; readonly renderDivider: import("vue").PropType<({ index, count, direction }: { index: number; count: number; direction: "horizontal" | "vertical"; }) => any>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-border-color': string; '--u-border-radius': string; '--u-box-shadow': string; '--u-color-embedded': string; '--u-text-color': string; '--u-text-line-height': string; '--u-text-font-weight': string; '--u-text-font-size': string; '--u-title-text-color': string; '--u-title-line-height': string; '--u-title-font-weight': string; '--u-title-font-size': string; '--u-divider-color': string; '--u-dropdown-bg-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; items: import("vue").ComputedRef; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly options: import("vue").PropType; readonly cols: { readonly type: import("vue").PropType; readonly default: 3; }; readonly xGap: { readonly type: import("vue").PropType; readonly default: 16; }; readonly yGap: { readonly type: import("vue").PropType; readonly default: 16; }; readonly cardProps: import("vue").PropType>; readonly gridProps: import("vue").PropType>; readonly showDivider: { readonly type: BooleanConstructor; readonly default: true; }; readonly renderDivider: import("vue").PropType<({ index, count, direction }: { index: number; count: number; direction: "horizontal" | "vertical"; }) => any>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly cols: string | number; readonly showDivider: boolean; readonly xGap: string | number; readonly yGap: string | number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './carousel'; export { carouselProps } from './carousel'; export declare const UCarousel: import("vue").DefineComponent; default: string; }; dotPlacement: { type: import("vue").PropType<"top" | "bottom" | "left" | "right">; default: string; }; slidesPerView: { type: import("vue").PropType; default: number; }; spaceBetween: { type: NumberConstructor; default: number; }; centeredSlides: BooleanConstructor; direction: { type: import("vue").PropType<"horizontal" | "vertical">; default: string; }; autoplay: BooleanConstructor; interval: { type: NumberConstructor; default: number; }; loop: { type: BooleanConstructor; default: boolean; }; effect: { type: import("vue").PropType<"slide" | "fade" | "card" | "custom">; default: string; }; showDots: { type: BooleanConstructor; default: boolean; }; trigger: { type: import("vue").PropType<"click" | "hover">; default: string; }; transitionStyle: { type: import("vue").PropType>>; default: () => Partial>; }; transitionProps: import("vue").PropType; draggable: BooleanConstructor; prevSlideStyle: import("vue").PropType; nextSlideStyle: import("vue").PropType; touchable: { type: BooleanConstructor; default: boolean; }; mousewheel: BooleanConstructor; keyboard: BooleanConstructor; 'onUpdate:currentIndex': import("vue").PropType<(currentIndex: number, lastIndex: number) => void>; onUpdateCurrentIndex: import("vue").PropType<(currentIndex: number, lastIndex: number) => void>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-dot-color': string; '--u-dot-color-focus': string; '--u-dot-color-active': string; '--u-dot-size': string; '--u-dot-line-width': string; '--u-dot-line-width-active': string; '--u-arrow-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; getCurrentIndex: () => number; to: (index: number) => void; prev: () => void; next: () => void; mergedClsPrefix: import("vue").Ref; selfElRef: import("vue").Ref; slidesElRef: import("vue").Ref; slideVNodes: { value: import("vue").VNode[]; }; duplicatedable: import("vue").ComputedRef; userWantsControl: import("vue").ComputedRef; autoSlideSize: import("vue").ComputedRef; displayIndex: import("vue").ComputedRef; realIndex: import("vue").ComputedRef; slideStyles: import("vue").ComputedRef | undefined)[]>; translateStyle: import("vue").Ref; slidesControlListeners: import("vue").ComputedRef<{ onTouchstartPassive: ((event: MouseEvent | TouchEvent) => void) | undefined; onMousedown: ((event: MouseEvent | TouchEvent) => void) | undefined; onWheel: ((event: WheelEvent) => void) | undefined; }>; handleTransitionEnd: () => void; handleResize: () => void; handleSlideResize: () => void; handleMouseenter: () => void; handleMouseleave: () => void; isActive: (index: number) => boolean; arrowSlotProps: import("vue").ComputedRef; dotSlotProps: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; dotPlacement: { type: import("vue").PropType<"top" | "bottom" | "left" | "right">; default: string; }; slidesPerView: { type: import("vue").PropType; default: number; }; spaceBetween: { type: NumberConstructor; default: number; }; centeredSlides: BooleanConstructor; direction: { type: import("vue").PropType<"horizontal" | "vertical">; default: string; }; autoplay: BooleanConstructor; interval: { type: NumberConstructor; default: number; }; loop: { type: BooleanConstructor; default: boolean; }; effect: { type: import("vue").PropType<"slide" | "fade" | "card" | "custom">; default: string; }; showDots: { type: BooleanConstructor; default: boolean; }; trigger: { type: import("vue").PropType<"click" | "hover">; default: string; }; transitionStyle: { type: import("vue").PropType>>; default: () => Partial>; }; transitionProps: import("vue").PropType; draggable: BooleanConstructor; prevSlideStyle: import("vue").PropType; nextSlideStyle: import("vue").PropType; touchable: { type: BooleanConstructor; default: boolean; }; mousewheel: BooleanConstructor; keyboard: BooleanConstructor; 'onUpdate:currentIndex': import("vue").PropType<(currentIndex: number, lastIndex: number) => void>; onUpdateCurrentIndex: import("vue").PropType<(currentIndex: number, lastIndex: number) => void>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { trigger: "click" | "hover"; keyboard: boolean; draggable: boolean; defaultIndex: number; showArrow: boolean; dotType: "line" | "dot"; dotPlacement: "left" | "right" | "top" | "bottom"; slidesPerView: number | "auto"; spaceBetween: number; centeredSlides: boolean; direction: "horizontal" | "vertical"; autoplay: boolean; interval: number; loop: boolean; effect: "card" | "slide" | "fade" | "custom"; showDots: boolean; transitionStyle: Partial>; touchable: boolean; mousewheel: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UCarouselItem: import("vue").DefineComponent<{}, { mergedClsPrefix: import("vue").Ref; selfElRef: import("vue").Ref; isPrev: import("vue").ComputedRef; isNext: import("vue").ComputedRef; isActive: import("vue").ComputedRef; index: import("vue").ComputedRef; style: import("vue").ComputedRef | undefined>; handleClick: (event: MouseEvent) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './cascader'; export { cascaderProps } from './cascader'; export declare const UCascader: import("vue").DefineComponent; default: undefined; }; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly value: import("vue").PropType; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly placeholder: StringConstructor; readonly multiple: BooleanConstructor; readonly size: import("vue").PropType; readonly filterable: BooleanConstructor; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly disabledField: { readonly type: StringConstructor; readonly default: "disabled"; }; readonly expandTrigger: { readonly type: import("vue").PropType; readonly default: "click"; }; readonly clearable: BooleanConstructor; readonly clearFilterAfterSelect: { readonly type: BooleanConstructor; readonly default: true; }; readonly remote: BooleanConstructor; readonly onLoad: import("vue").PropType; readonly separator: { readonly type: StringConstructor; readonly default: " / "; }; readonly filter: import("vue").PropType; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly cascade: { readonly type: BooleanConstructor; readonly default: true; }; readonly leafOnly: BooleanConstructor; readonly showPath: { readonly type: BooleanConstructor; readonly default: true; }; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly maxTagCount: import("vue").PropType; readonly menuProps: import("vue").PropType; readonly filterMenuProps: import("vue").PropType; readonly virtualScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly checkStrategy: { readonly type: import("vue").PropType; readonly default: "all"; }; readonly valueField: { readonly type: StringConstructor; readonly default: "value"; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly renderLabel: import("vue").PropType<(option: import("./cascader").CascaderOption, checked: boolean) => import("vue").VNodeChild>; readonly status: import("vue").PropType; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>; readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>; readonly onChange: import("vue").PropType | undefined>; readonly theme: import("vue").PropType; 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>; }>; 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>; }>; 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>; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: 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: import("vue").PropType; 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>; }>; 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>; }>; 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>; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: 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: import("vue").PropType; 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>; }>; 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>; }>; 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>; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: 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>; }>>>; }>, { handleTriggerResize: () => void; mergedStatus: import("vue").ComputedRef; selectMenuFollowerRef: import("vue").Ref<{ syncPosition: () => void; } | null, import("vueuc").FollowerInst | { syncPosition: () => void; } | null>; cascaderMenuFollowerRef: import("vue").Ref<{ syncPosition: () => void; } | null, import("vueuc").FollowerInst | { syncPosition: () => void; } | null>; triggerInstRef: import("vue").Ref<{ isComposing: boolean; focus: () => void; focusInput: () => void; blur: () => void; blurInput: () => void; $el: HTMLElement; } | null, import("./_internal").InternalSelectionInst | { isComposing: boolean; focus: () => void; focusInput: () => void; blur: () => void; blurInput: () => void; $el: HTMLElement; } | null>; selectMenuInstRef: import("vue").Ref<{ prev: () => void; next: () => void; enter: () => boolean; } | null, import("./cascader/src/interface").SelectMenuInstance | { prev: () => void; next: () => void; enter: () => boolean; } | null>; cascaderMenuInstRef: import("vue").Ref<{ $el: HTMLElement; scroll: (depth: number, index: number, elSize: number) => void; showErrorMessage: (label: string) => void; } | null, import("./cascader/src/interface").CascaderMenuInstance | { $el: HTMLElement; scroll: (depth: number, index: number, elSize: number) => void; showErrorMessage: (label: string) => void; } | null>; mergedBordered: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; namespace: import("vue").ComputedRef; mergedValue: import("vue").ComputedRef; mergedShow: import("vue").ComputedRef; showSelectMenu: import("vue").ComputedRef; pattern: import("vue").Ref; treeMate: import("vue").ComputedRef>; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">; mergedDisabled: import("vue").ComputedRef; localizedPlaceholder: import("vue").ComputedRef; selectedOption: import("vue").ComputedRef<{ label: any; value: import("treemate").Key; } | null>; selectedOptions: import("vue").ComputedRef<{ label: any; value: import("treemate").Key; }[]>; adjustedTo: import("vue").ComputedRef; menuModel: import("vue").ComputedRef[][]>; handleMenuTabout: () => void; handleMenuFocus: (e: FocusEvent) => void; handleMenuBlur: (e: FocusEvent) => void; handleMenuKeydown: (e: KeyboardEvent) => void; handleMenuMousedown: (e: MouseEvent) => void; handleTriggerFocus: (e: FocusEvent) => void; handleTriggerBlur: (e: FocusEvent) => void; handleTriggerClick: () => void; handleClear: (e: MouseEvent) => void; handleDeleteOption: (option: import("./select/src/interface").SelectBaseOption) => void; handlePatternInput: (e: InputEvent) => void; handleKeydown: (e: KeyboardEvent) => void; focused: import("vue").Ref; optionHeight: import("vue").ComputedRef; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { menuBorderRadius: string; menuColor: string; menuBoxShadow: string; menuDividerColor: string; menuHeight: string; optionArrowColor: string; optionHeight: string; optionFontSize: string; optionColorHover: string; optionTextColor: string; optionTextColorActive: string; optionTextColorDisabled: string; optionCheckMarkColor: string; loadingColor: string; columnWidth: string; }; peers: { 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>; }>; 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>; }>; 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>; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: 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: { InternalSelectMenu?: { peers?: { Scrollbar?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; Empty?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; InternalSelection?: { peers?: { Popover?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Checkbox?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-menu-border-radius': string; '--u-menu-box-shadow': string; '--u-menu-height': string; '--u-column-width': string; '--u-menu-color': string; '--u-menu-divider-color': string; '--u-option-height': string; '--u-option-font-size': string; '--u-option-text-color': string; '--u-option-text-color-disabled': string; '--u-option-text-color-active': string; '--u-option-color-hover': string; '--u-option-check-mark-color': string; '--u-option-arrow-color': string; '--u-menu-mask-color': string; '--u-loading-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; focus: () => void; blur: () => void; getCheckedData: () => { keys: import("./cascader/src/interface").Key[]; options: Array; }; getIndeterminateData: () => { keys: import("./cascader/src/interface").Key[]; options: Array; }; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly value: import("vue").PropType; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly placeholder: StringConstructor; readonly multiple: BooleanConstructor; readonly size: import("vue").PropType; readonly filterable: BooleanConstructor; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly disabledField: { readonly type: StringConstructor; readonly default: "disabled"; }; readonly expandTrigger: { readonly type: import("vue").PropType; readonly default: "click"; }; readonly clearable: BooleanConstructor; readonly clearFilterAfterSelect: { readonly type: BooleanConstructor; readonly default: true; }; readonly remote: BooleanConstructor; readonly onLoad: import("vue").PropType; readonly separator: { readonly type: StringConstructor; readonly default: " / "; }; readonly filter: import("vue").PropType; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly cascade: { readonly type: BooleanConstructor; readonly default: true; }; readonly leafOnly: BooleanConstructor; readonly showPath: { readonly type: BooleanConstructor; readonly default: true; }; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly maxTagCount: import("vue").PropType; readonly menuProps: import("vue").PropType; readonly filterMenuProps: import("vue").PropType; readonly virtualScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly checkStrategy: { readonly type: import("vue").PropType; readonly default: "all"; }; readonly valueField: { readonly type: StringConstructor; readonly default: "value"; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly renderLabel: import("vue").PropType<(option: import("./cascader").CascaderOption, checked: boolean) => import("vue").VNodeChild>; readonly status: import("vue").PropType; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>; readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>; readonly onChange: import("vue").PropType | undefined>; readonly theme: import("vue").PropType; 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>; }>; 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>; }>; 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>; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: 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: import("vue").PropType; 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>; }>; 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>; }>; 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>; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: 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: import("vue").PropType; 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>; }>; 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>; }>; 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>; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: 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: import("./cascader").CascaderOption[]; readonly clearable: boolean; readonly defaultValue: import("./cascader/src/interface").Value | null; readonly placement: import("vueuc").FollowerPlacement; readonly show: boolean | undefined; readonly separator: string; readonly allowCheckingNotLoaded: boolean; readonly multiple: boolean; readonly filterable: boolean; readonly disabledField: string; readonly expandTrigger: import("./cascader/src/interface").ExpandTrigger; readonly clearFilterAfterSelect: boolean; readonly remote: boolean; readonly cascade: boolean; readonly leafOnly: boolean; readonly showPath: boolean; readonly virtualScroll: boolean; readonly checkStrategy: import("treemate").CheckStrategy; readonly valueField: string; readonly labelField: string; readonly childrenField: string; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './chat'; export { ChatAttachmentStatus, ChatMarkType, ChatMessageType, MessageStatus } from './chat'; export declare const UChat: import("vue").DefineComponent; default: () => never[]; }; selectedChatId: { type: import("vue").PropType; default: undefined; }; messages: { type: import("vue").PropType; default: () => never[]; }; typingChatIds: { type: import("vue").PropType>; default: () => never[]; }; disabled: { type: import("vue").PropType; default: boolean; }; listEmptyProps: { type: import("vue").PropType | undefined>>; default: undefined; }; listHeaderTitle: { type: import("vue").PropType import("vue").VNodeChild) | undefined>; default: string; }; listHeaderActions: { type: import("vue").PropType<(() => import("vue").VNodeChild)[] | undefined>; default: () => never[]; }; listHeaderButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; listHeaderIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; listItemAvatarProps: { type: import("vue").PropType | undefined>>; default: undefined; }; listItemBadgeProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerTitle: { type: import("vue").PropType import("vue").VNodeChild) | undefined>; default: undefined; }; headerActions: { type: import("vue").PropType<(() => import("vue").VNodeChild)[] | undefined>; default: () => never[]; }; headerButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerShareButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerProfileButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerCloseButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerShareIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerProfileIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; messageSenderAvatarProps: { type: import("vue").PropType | undefined>>; default: undefined; }; messageUploadProps: { type: import("vue").PropType | undefined>>; default: undefined; }; messageButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; footerInputProps: { type: import("vue").PropType | undefined>>; default: undefined; }; footerButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; footerUploadProps: { type: import("vue").PropType | undefined>>; default: undefined; }; footerUploadTriggerProps: { type: import("vue").PropType; default: undefined; }; footerIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; footerSuffixIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; emptyProps: { type: import("vue").PropType | undefined>>; default: undefined; }; retryText: { type: import("vue").PropType; default: undefined; }; typingText: { type: import("vue").PropType; default: undefined; }; closeButtonText: { type: import("vue").PropType; default: undefined; }; shareButtonTooltip: { type: import("vue").PropType; default: undefined; }; profileButtonTooltip: { type: import("vue").PropType; default: undefined; }; unreadNotificationText: { type: import("vue").PropType; default: undefined; }; chatItemsLoading: { type: import("vue").PropType; default: boolean; }; chatItemsLoadingCount: { type: import("vue").PropType; default: number; }; messagesLoading: { type: import("vue").PropType; default: boolean; }; messagesLoadingCount: { type: import("vue").PropType; default: number; }; height: { type: import("vue").PropType; default: number; }; onChatSelect: { type: import("vue").PropType; default: undefined; }; onMessageRetry: { type: import("vue").PropType<((message: import("./chat").ChatMessageData) => void) | undefined>; default: undefined; }; bubbleActions: { type: import("vue").PropType; default: undefined; }; onChatClose: { type: import("vue").PropType<() => void>; default: undefined; }; onChatShare: { type: import("vue").PropType<() => void>; default: undefined; }; onUserProfile: { type: import("vue").PropType<() => void>; default: undefined; }; onAttachmentUpload: { type: import("vue").PropType; default: undefined; }; onAttachmentDownload: { type: import("vue").PropType; default: undefined; }; onFilterChange: { type: import("vue").PropType; default: undefined; }; onFooterInputChange: { type: import("vue").PropType<(value: string, chatId: import("./chat").ChatId) => void>; default: undefined; }; onNetworkError: { type: import("vue").PropType; default: undefined; }; onUploadError: { type: import("vue").PropType; default: undefined; }; onSendError: { type: import("vue").PropType; default: undefined; }; onChatItemsScrollToTop: { type: import("vue").PropType<() => void>; default: undefined; }; onChatItemsScrollToBottom: { type: import("vue").PropType<() => void>; default: undefined; }; onMessagesScrollToTop: { type: import("vue").PropType<() => void>; default: undefined; }; onMessagesScrollToBottom: { type: import("vue").PropType<() => void>; default: undefined; }; theme: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>; themeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; }>, { mergedClsPrefix: import("vue").Ref; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { backgroundColor: string; borderColor: string; sidebarBackgroundColor: string; sidebarBorderColor: string; sidebarItemBackgroundColor: string; sidebarItemBackgroundColorHover: string; sidebarItemBackgroundColorSelected: string; sidebarItemTextColor: string; sidebarItemTextColorSelected: string; sidebarItemSubtitleColor: string; sidebarItemTimeColor: string; mainBackgroundColor: string; headerBackgroundColor: string; headerBorderColor: string; headerTitleColor: string; messageBubbleBackgroundColorOwn: string; messageBubbleBackgroundColorOther: string; messageBubbleTextColorOwn: string; messageBubbleTextColorOther: string; messageTimeColor: string; messageStatusColor: string; attachmentBackgroundColorOwn: string; attachmentBackgroundColorOther: string; footerBackgroundColor: string; footerBorderColor: string; inputBackgroundColor: string; inputBorderColor: string; inputSuffixColor: string; unreadNotificationBackgroundColor: string; unreadNotificationTextColor: string; typingIndicatorColor: string; dateSeparatorColor: string; dateSeparatorBackgroundColor: string; borderRadius: string; errorColor: string; }; peers: { Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }; peerOverrides: { Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; Select?: { peers?: { InternalSelection?: import("./_mixins/use-theme").ExtractThemeOverrides; }>> | undefined; InternalSelectMenu?: import("./_mixins/use-theme").ExtractThemeOverrides; 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>; }>> | undefined; } | undefined; } | undefined; Avatar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Badge?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; List?: { peers?: { [x: string]: any; } | undefined; } | undefined; Typography?: { peers?: { [x: string]: any; } | undefined; } | undefined; StatusIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterAttachIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterSuffixIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderShareIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderProfileIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-background-color': string; '--u-border-color': string; '--u-sidebar-background-color': string; '--u-sidebar-border-color': string; '--u-sidebar-item-background-color': string; '--u-sidebar-item-background-color-hover': string; '--u-sidebar-item-background-color-selected': string; '--u-sidebar-item-text-color': string; '--u-sidebar-item-text-color-selected': string; '--u-sidebar-item-subtitle-color': string; '--u-sidebar-item-time-color': string; '--u-main-background-color': string; '--u-header-background-color': string; '--u-header-border-color': string; '--u-header-title-color': string; '--u-message-bubble-background-color-own': string; '--u-message-bubble-background-color-other': string; '--u-message-bubble-text-color-own': string; '--u-message-bubble-text-color-other': string; '--u-message-time-color': string; '--u-message-status-color': string; '--u-attachment-background-color-own': string; '--u-attachment-background-color-other': string; '--u-footer-background-color': string; '--u-footer-border-color': string; '--u-input-background-color': string; '--u-input-border-color': string; '--u-input-suffix-color': string; '--u-unread-notification-background-color': string; '--u-unread-notification-text-color': string; '--u-typing-indicator-color': string; '--u-date-separator-color': string; '--u-date-separator-background-color': string; '--u-border-radius': string; '--u-color-error': string; }>; themeClass: import("vue").Ref; onRender: () => void; mainAreaRef: import("vue").Ref & Readonly<{}>, { renderHeader: () => JSX.Element; renderMessages: () => JSX.Element; renderEditingBlock: () => JSX.Element | null; renderFooter: () => JSX.Element; messagesBodyRef: import("vue").Ref; inputRef: import("vue").Ref; inputValue: import("vue").Ref; handleSendMessage: () => Promise; handleMessagesScroll: (e: Event) => void; scrollToBottom: () => void; editingMessage: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{}> & Readonly<{}>, { renderHeader: () => JSX.Element; renderMessages: () => JSX.Element; renderEditingBlock: () => JSX.Element | null; renderFooter: () => JSX.Element; messagesBodyRef: import("vue").Ref; inputRef: import("vue").Ref; inputValue: import("vue").Ref; handleSendMessage: () => Promise; handleMessagesScroll: (e: Event) => void; scrollToBottom: () => void; editingMessage: import("vue").Ref; }, {}, {}, {}, {}> | null, import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{}>, { renderHeader: () => JSX.Element; renderMessages: () => JSX.Element; renderEditingBlock: () => JSX.Element | null; renderFooter: () => JSX.Element; messagesBodyRef: import("vue").Ref; inputRef: import("vue").Ref; inputValue: import("vue").Ref; handleSendMessage: () => Promise; handleMessagesScroll: (e: Event) => void; scrollToBottom: () => void; editingMessage: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{}> & Readonly<{}>, { renderHeader: () => JSX.Element; renderMessages: () => JSX.Element; renderEditingBlock: () => JSX.Element | null; renderFooter: () => JSX.Element; messagesBodyRef: import("vue").Ref; inputRef: import("vue").Ref; inputValue: import("vue").Ref; handleSendMessage: () => Promise; handleMessagesScroll: (e: Event) => void; scrollToBottom: () => void; editingMessage: import("vue").Ref; }, {}, {}, {}, {}> | null>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("message-retry" | "update:selectedChatId" | "message-send" | "attachment-upload" | "mark-messages-read" | "filter-change" | "footer-input-change" | "network-error" | "upload-error" | "send-error" | "chat-items-scroll-to-top" | "chat-items-scroll-to-bottom" | "messages-scroll-to-top" | "messages-scroll-to-bottom")[], "message-retry" | "update:selectedChatId" | "message-send" | "attachment-upload" | "mark-messages-read" | "filter-change" | "footer-input-change" | "network-error" | "upload-error" | "send-error" | "chat-items-scroll-to-top" | "chat-items-scroll-to-bottom" | "messages-scroll-to-top" | "messages-scroll-to-bottom", import("vue").PublicProps, Readonly; default: () => never[]; }; selectedChatId: { type: import("vue").PropType; default: undefined; }; messages: { type: import("vue").PropType; default: () => never[]; }; typingChatIds: { type: import("vue").PropType>; default: () => never[]; }; disabled: { type: import("vue").PropType; default: boolean; }; listEmptyProps: { type: import("vue").PropType | undefined>>; default: undefined; }; listHeaderTitle: { type: import("vue").PropType import("vue").VNodeChild) | undefined>; default: string; }; listHeaderActions: { type: import("vue").PropType<(() => import("vue").VNodeChild)[] | undefined>; default: () => never[]; }; listHeaderButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; listHeaderIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; listItemAvatarProps: { type: import("vue").PropType | undefined>>; default: undefined; }; listItemBadgeProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerTitle: { type: import("vue").PropType import("vue").VNodeChild) | undefined>; default: undefined; }; headerActions: { type: import("vue").PropType<(() => import("vue").VNodeChild)[] | undefined>; default: () => never[]; }; headerButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerShareButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerProfileButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerCloseButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerShareIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; headerProfileIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; messageSenderAvatarProps: { type: import("vue").PropType | undefined>>; default: undefined; }; messageUploadProps: { type: import("vue").PropType | undefined>>; default: undefined; }; messageButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; footerInputProps: { type: import("vue").PropType | undefined>>; default: undefined; }; footerButtonProps: { type: import("vue").PropType | undefined>>; default: undefined; }; footerUploadProps: { type: import("vue").PropType | undefined>>; default: undefined; }; footerUploadTriggerProps: { type: import("vue").PropType; default: undefined; }; footerIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; footerSuffixIconProps: { type: import("vue").PropType | undefined>>; default: undefined; }; emptyProps: { type: import("vue").PropType | undefined>>; default: undefined; }; retryText: { type: import("vue").PropType; default: undefined; }; typingText: { type: import("vue").PropType; default: undefined; }; closeButtonText: { type: import("vue").PropType; default: undefined; }; shareButtonTooltip: { type: import("vue").PropType; default: undefined; }; profileButtonTooltip: { type: import("vue").PropType; default: undefined; }; unreadNotificationText: { type: import("vue").PropType; default: undefined; }; chatItemsLoading: { type: import("vue").PropType; default: boolean; }; chatItemsLoadingCount: { type: import("vue").PropType; default: number; }; messagesLoading: { type: import("vue").PropType; default: boolean; }; messagesLoadingCount: { type: import("vue").PropType; default: number; }; height: { type: import("vue").PropType; default: number; }; onChatSelect: { type: import("vue").PropType; default: undefined; }; onMessageRetry: { type: import("vue").PropType<((message: import("./chat").ChatMessageData) => void) | undefined>; default: undefined; }; bubbleActions: { type: import("vue").PropType; default: undefined; }; onChatClose: { type: import("vue").PropType<() => void>; default: undefined; }; onChatShare: { type: import("vue").PropType<() => void>; default: undefined; }; onUserProfile: { type: import("vue").PropType<() => void>; default: undefined; }; onAttachmentUpload: { type: import("vue").PropType; default: undefined; }; onAttachmentDownload: { type: import("vue").PropType; default: undefined; }; onFilterChange: { type: import("vue").PropType; default: undefined; }; onFooterInputChange: { type: import("vue").PropType<(value: string, chatId: import("./chat").ChatId) => void>; default: undefined; }; onNetworkError: { type: import("vue").PropType; default: undefined; }; onUploadError: { type: import("vue").PropType; default: undefined; }; onSendError: { type: import("vue").PropType; default: undefined; }; onChatItemsScrollToTop: { type: import("vue").PropType<() => void>; default: undefined; }; onChatItemsScrollToBottom: { type: import("vue").PropType<() => void>; default: undefined; }; onMessagesScrollToTop: { type: import("vue").PropType<() => void>; default: undefined; }; onMessagesScrollToBottom: { type: import("vue").PropType<() => void>; default: undefined; }; theme: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>; themeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; }>> & Readonly<{ "onMessage-retry"?: ((...args: any[]) => any) | undefined; "onUpdate:selectedChatId"?: ((...args: any[]) => any) | undefined; "onMessage-send"?: ((...args: any[]) => any) | undefined; "onAttachment-upload"?: ((...args: any[]) => any) | undefined; "onMark-messages-read"?: ((...args: any[]) => any) | undefined; "onFilter-change"?: ((...args: any[]) => any) | undefined; "onFooter-input-change"?: ((...args: any[]) => any) | undefined; "onNetwork-error"?: ((...args: any[]) => any) | undefined; "onUpload-error"?: ((...args: any[]) => any) | undefined; "onSend-error"?: ((...args: any[]) => any) | undefined; "onChat-items-scroll-to-top"?: ((...args: any[]) => any) | undefined; "onChat-items-scroll-to-bottom"?: ((...args: any[]) => any) | undefined; "onMessages-scroll-to-top"?: ((...args: any[]) => any) | undefined; "onMessages-scroll-to-bottom"?: ((...args: any[]) => any) | undefined; }>, { disabled: boolean | undefined; typingText: string | undefined; retryText: string | undefined; closeButtonText: string | undefined; shareButtonTooltip: string | undefined; profileButtonTooltip: string | undefined; unreadNotificationText: string | undefined; height: string | number; emptyProps: Partial | undefined>; messages: import("./chat").ChatMessageData[] | undefined; typingChatIds: (string | number | symbol)[]; selectedChatId: import("./chat").ChatId | undefined; onMessageRetry: ((message: import("./chat").ChatMessageData) => void) | undefined; bubbleActions: import("./chat/src/interface").ChatBubbleAction[] | undefined; onAttachmentUpload: import("./chat").OnAttachmentUpload | undefined; onChatClose: () => void; onChatShare: () => void; onUserProfile: () => void; onMessagesScrollToTop: () => void; onMessagesScrollToBottom: () => void; headerActions: (() => import("vue").VNodeChild)[] | undefined; chatItems: import("./chat").ChatListItemData[] | undefined; onChatSelect: import("./chat").OnChatSelect | undefined; onChatItemsScrollToTop: () => void; onChatItemsScrollToBottom: () => void; listEmptyProps: Partial | undefined>; listHeaderTitle: string | (() => import("vue").VNodeChild) | undefined; listHeaderActions: (() => import("vue").VNodeChild)[] | undefined; listHeaderButtonProps: Partial | undefined>; listHeaderIconProps: Partial | undefined>; listItemAvatarProps: Partial | undefined>; listItemBadgeProps: Partial | undefined>; headerTitle: string | (() => import("vue").VNodeChild) | undefined; headerButtonProps: Partial | undefined>; headerIconProps: Partial | undefined>; headerShareButtonProps: Partial | undefined>; headerProfileButtonProps: Partial | undefined>; headerCloseButtonProps: Partial | undefined>; headerShareIconProps: Partial | undefined>; headerProfileIconProps: Partial | undefined>; messageSenderAvatarProps: Partial | undefined>; messageUploadProps: Partial | undefined>; messageButtonProps: Partial | undefined>; footerInputProps: Partial | undefined>; footerButtonProps: Partial | undefined>; footerUploadProps: Partial | undefined>; footerUploadTriggerProps: any; footerIconProps: Partial | undefined>; footerSuffixIconProps: Partial | undefined>; chatItemsLoading: boolean | undefined; chatItemsLoadingCount: number | undefined; messagesLoading: boolean | undefined; messagesLoadingCount: number | undefined; onAttachmentDownload: import("./chat/src/interface").OnAttachmentDownload | undefined; onFilterChange: import("./chat").OnFilterChange | undefined; onNetworkError: import("./chat").OnNetworkError | undefined; onUploadError: import("./chat").OnUploadError | undefined; onSendError: import("./chat").OnSendError | undefined; onFooterInputChange: (value: string, chatId: import("./chat").ChatId) => void; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UChatListItems: import("vue").DefineComponent; readonly default: () => never[]; }; readonly selectedChatId: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly typingChatIds: { readonly type: import("vue").PropType>; readonly default: () => never[]; }; readonly typingText: { readonly type: StringConstructor; readonly default: undefined; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly loadingCount: { readonly type: NumberConstructor; readonly default: 10; }; readonly emptyProps: { readonly type: import("vue").PropType>; readonly default: undefined; }; readonly avatarProps: { readonly type: import("vue").PropType>; readonly default: undefined; }; readonly badgeProps: { readonly type: import("vue").PropType>; readonly default: undefined; }; readonly onChatSelect: { readonly type: import("vue").PropType<(chatId: string | number | symbol) => void>; readonly default: undefined; }; readonly notificationsShown: { readonly type: import("vue").PropType>; readonly default: () => Set; }; readonly theme: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; }>, { mergedClsPrefixRef: import("vue").Ref; mergedTheme: import("vue").Ref<{ common: import("./config-provider").ThemeCommonVars; self: { backgroundColor: string; borderColor: string; sidebarBackgroundColor: string; sidebarBorderColor: string; sidebarItemBackgroundColor: string; sidebarItemBackgroundColorHover: string; sidebarItemBackgroundColorSelected: string; sidebarItemTextColor: string; sidebarItemTextColorSelected: string; sidebarItemSubtitleColor: string; sidebarItemTimeColor: string; mainBackgroundColor: string; headerBackgroundColor: string; headerBorderColor: string; headerTitleColor: string; messageBubbleBackgroundColorOwn: string; messageBubbleBackgroundColorOther: string; messageBubbleTextColorOwn: string; messageBubbleTextColorOther: string; messageTimeColor: string; messageStatusColor: string; attachmentBackgroundColorOwn: string; attachmentBackgroundColorOther: string; footerBackgroundColor: string; footerBorderColor: string; inputBackgroundColor: string; inputBorderColor: string; inputSuffixColor: string; unreadNotificationBackgroundColor: string; unreadNotificationTextColor: string; typingIndicatorColor: string; dateSeparatorColor: string; dateSeparatorBackgroundColor: string; borderRadius: string; errorColor: string; }; peers: { Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }; peerOverrides: { Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; Select?: { peers?: { InternalSelection?: import("./_mixins/use-theme").ExtractThemeOverrides; }>> | undefined; InternalSelectMenu?: import("./_mixins/use-theme").ExtractThemeOverrides; 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>; }>> | undefined; } | undefined; } | undefined; Avatar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Badge?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; List?: { peers?: { [x: string]: any; } | undefined; } | undefined; Typography?: { peers?: { [x: string]: any; } | undefined; } | undefined; StatusIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterAttachIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterSuffixIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderShareIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderProfileIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }, { common: import("./config-provider").ThemeCommonVars; self: { backgroundColor: string; borderColor: string; sidebarBackgroundColor: string; sidebarBorderColor: string; sidebarItemBackgroundColor: string; sidebarItemBackgroundColorHover: string; sidebarItemBackgroundColorSelected: string; sidebarItemTextColor: string; sidebarItemTextColorSelected: string; sidebarItemSubtitleColor: string; sidebarItemTimeColor: string; mainBackgroundColor: string; headerBackgroundColor: string; headerBorderColor: string; headerTitleColor: string; messageBubbleBackgroundColorOwn: string; messageBubbleBackgroundColorOther: string; messageBubbleTextColorOwn: string; messageBubbleTextColorOther: string; messageTimeColor: string; messageStatusColor: string; attachmentBackgroundColorOwn: string; attachmentBackgroundColorOther: string; footerBackgroundColor: string; footerBorderColor: string; inputBackgroundColor: string; inputBorderColor: string; inputSuffixColor: string; unreadNotificationBackgroundColor: string; unreadNotificationTextColor: string; typingIndicatorColor: string; dateSeparatorColor: string; dateSeparatorBackgroundColor: string; borderRadius: string; errorColor: string; }; peers: { Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }; peerOverrides: { Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; Select?: { peers?: { InternalSelection?: import("./_mixins/use-theme").ExtractThemeOverrides; }>> | undefined; InternalSelectMenu?: import("./_mixins/use-theme").ExtractThemeOverrides; 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>; }>> | undefined; } | undefined; } | undefined; Avatar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Badge?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; List?: { peers?: { [x: string]: any; } | undefined; } | undefined; Typography?: { peers?: { [x: string]: any; } | undefined; } | undefined; StatusIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterAttachIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterSuffixIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderShareIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderProfileIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }> | import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { backgroundColor: string; borderColor: string; sidebarBackgroundColor: string; sidebarBorderColor: string; sidebarItemBackgroundColor: string; sidebarItemBackgroundColorHover: string; sidebarItemBackgroundColorSelected: string; sidebarItemTextColor: string; sidebarItemTextColorSelected: string; sidebarItemSubtitleColor: string; sidebarItemTimeColor: string; mainBackgroundColor: string; headerBackgroundColor: string; headerBorderColor: string; headerTitleColor: string; messageBubbleBackgroundColorOwn: string; messageBubbleBackgroundColorOther: string; messageBubbleTextColorOwn: string; messageBubbleTextColorOther: string; messageTimeColor: string; messageStatusColor: string; attachmentBackgroundColorOwn: string; attachmentBackgroundColorOther: string; footerBackgroundColor: string; footerBorderColor: string; inputBackgroundColor: string; inputBorderColor: string; inputSuffixColor: string; unreadNotificationBackgroundColor: string; unreadNotificationTextColor: string; typingIndicatorColor: string; dateSeparatorColor: string; dateSeparatorBackgroundColor: string; borderRadius: string; errorColor: string; }; peers: { Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }; peerOverrides: { Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; Select?: { peers?: { InternalSelection?: import("./_mixins/use-theme").ExtractThemeOverrides; }>> | undefined; InternalSelectMenu?: import("./_mixins/use-theme").ExtractThemeOverrides; 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>; }>> | undefined; } | undefined; } | undefined; Avatar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Badge?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; List?: { peers?: { [x: string]: any; } | undefined; } | undefined; Typography?: { peers?: { [x: string]: any; } | undefined; } | undefined; StatusIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterAttachIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterSuffixIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderShareIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderProfileIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; renderChatItem: (item: import("./chat").ChatListItemData) => JSX.Element; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-color-primary': string; '--u-color-success': string; '--u-color-error': string; '--u-text-color-base': string; '--u-text-color-secondary': string; '--u-text-color-disabled': string; '--u-background-color': string; '--u-border-color': string; '--u-sidebar-background-color': string; '--u-sidebar-border-color': string; '--u-sidebar-item-background-color': string; '--u-sidebar-item-background-color-hover': string; '--u-sidebar-item-background-color-selected': string; '--u-sidebar-item-text-color': string; '--u-sidebar-item-text-color-selected': string; '--u-sidebar-item-subtitle-color': string; '--u-sidebar-item-time-color': string; '--u-unread-notification-background-color': string; '--u-border-radius': string; }>; themeClass: import("vue").Ref; onRender: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: () => never[]; }; readonly selectedChatId: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly typingChatIds: { readonly type: import("vue").PropType>; readonly default: () => never[]; }; readonly typingText: { readonly type: StringConstructor; readonly default: undefined; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly loadingCount: { readonly type: NumberConstructor; readonly default: 10; }; readonly emptyProps: { readonly type: import("vue").PropType>; readonly default: undefined; }; readonly avatarProps: { readonly type: import("vue").PropType>; readonly default: undefined; }; readonly badgeProps: { readonly type: import("vue").PropType>; readonly default: undefined; }; readonly onChatSelect: { readonly type: import("vue").PropType<(chatId: string | number | symbol) => void>; readonly default: undefined; }; readonly notificationsShown: { readonly type: import("vue").PropType>; readonly default: () => Set; }; readonly theme: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; }>> & Readonly<{}>, { readonly loading: boolean; readonly typingText: string; readonly emptyProps: Partial; readonly loadingCount: number; readonly typingChatIds: (string | number | symbol)[]; readonly selectedChatId: string | number | symbol; readonly chatItems: import("./chat").ChatListItemData[]; readonly avatarProps: Partial; readonly badgeProps: Partial; readonly onChatSelect: (chatId: string | number | symbol) => void; readonly notificationsShown: Set; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UChatMessages: import("vue").DefineComponent; readonly default: () => never[]; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly loadingCount: { readonly type: NumberConstructor; readonly default: 5; }; readonly typingChatIds: { readonly type: import("vue").PropType>; readonly default: () => never[]; }; readonly selectedChatId: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly typingText: { readonly type: StringConstructor; readonly default: undefined; }; readonly retryText: { readonly type: StringConstructor; readonly default: undefined; }; readonly uploadProps: { readonly type: import("vue").PropType>; readonly default: undefined; }; readonly showUnreadNotification: { readonly type: BooleanConstructor; readonly default: false; }; readonly unreadNotificationText: { readonly type: StringConstructor; readonly default: undefined; }; readonly unreadNotificationCount: { readonly type: NumberConstructor; readonly default: undefined; }; readonly onMessageRetry: { readonly type: import("vue").PropType<(message: import("./chat").ChatMessageData) => void>; readonly default: undefined; }; readonly theme: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; }>, { mergedClsPrefixRef: import("vue").Ref; mergedTheme: import("vue").Ref<{ common: import("./config-provider").ThemeCommonVars; self: { backgroundColor: string; borderColor: string; sidebarBackgroundColor: string; sidebarBorderColor: string; sidebarItemBackgroundColor: string; sidebarItemBackgroundColorHover: string; sidebarItemBackgroundColorSelected: string; sidebarItemTextColor: string; sidebarItemTextColorSelected: string; sidebarItemSubtitleColor: string; sidebarItemTimeColor: string; mainBackgroundColor: string; headerBackgroundColor: string; headerBorderColor: string; headerTitleColor: string; messageBubbleBackgroundColorOwn: string; messageBubbleBackgroundColorOther: string; messageBubbleTextColorOwn: string; messageBubbleTextColorOther: string; messageTimeColor: string; messageStatusColor: string; attachmentBackgroundColorOwn: string; attachmentBackgroundColorOther: string; footerBackgroundColor: string; footerBorderColor: string; inputBackgroundColor: string; inputBorderColor: string; inputSuffixColor: string; unreadNotificationBackgroundColor: string; unreadNotificationTextColor: string; typingIndicatorColor: string; dateSeparatorColor: string; dateSeparatorBackgroundColor: string; borderRadius: string; errorColor: string; }; peers: { Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }; peerOverrides: { Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; Select?: { peers?: { InternalSelection?: import("./_mixins/use-theme").ExtractThemeOverrides; }>> | undefined; InternalSelectMenu?: import("./_mixins/use-theme").ExtractThemeOverrides; 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>; }>> | undefined; } | undefined; } | undefined; Avatar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Badge?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; List?: { peers?: { [x: string]: any; } | undefined; } | undefined; Typography?: { peers?: { [x: string]: any; } | undefined; } | undefined; StatusIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterAttachIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterSuffixIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderShareIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderProfileIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }, { common: import("./config-provider").ThemeCommonVars; self: { backgroundColor: string; borderColor: string; sidebarBackgroundColor: string; sidebarBorderColor: string; sidebarItemBackgroundColor: string; sidebarItemBackgroundColorHover: string; sidebarItemBackgroundColorSelected: string; sidebarItemTextColor: string; sidebarItemTextColorSelected: string; sidebarItemSubtitleColor: string; sidebarItemTimeColor: string; mainBackgroundColor: string; headerBackgroundColor: string; headerBorderColor: string; headerTitleColor: string; messageBubbleBackgroundColorOwn: string; messageBubbleBackgroundColorOther: string; messageBubbleTextColorOwn: string; messageBubbleTextColorOther: string; messageTimeColor: string; messageStatusColor: string; attachmentBackgroundColorOwn: string; attachmentBackgroundColorOther: string; footerBackgroundColor: string; footerBorderColor: string; inputBackgroundColor: string; inputBorderColor: string; inputSuffixColor: string; unreadNotificationBackgroundColor: string; unreadNotificationTextColor: string; typingIndicatorColor: string; dateSeparatorColor: string; dateSeparatorBackgroundColor: string; borderRadius: string; errorColor: string; }; peers: { Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }; peerOverrides: { Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; Select?: { peers?: { InternalSelection?: import("./_mixins/use-theme").ExtractThemeOverrides; }>> | undefined; InternalSelectMenu?: import("./_mixins/use-theme").ExtractThemeOverrides; 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>; }>> | undefined; } | undefined; } | undefined; Avatar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Badge?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; List?: { peers?: { [x: string]: any; } | undefined; } | undefined; Typography?: { peers?: { [x: string]: any; } | undefined; } | undefined; StatusIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterAttachIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterSuffixIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderShareIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderProfileIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }> | import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { backgroundColor: string; borderColor: string; sidebarBackgroundColor: string; sidebarBorderColor: string; sidebarItemBackgroundColor: string; sidebarItemBackgroundColorHover: string; sidebarItemBackgroundColorSelected: string; sidebarItemTextColor: string; sidebarItemTextColorSelected: string; sidebarItemSubtitleColor: string; sidebarItemTimeColor: string; mainBackgroundColor: string; headerBackgroundColor: string; headerBorderColor: string; headerTitleColor: string; messageBubbleBackgroundColorOwn: string; messageBubbleBackgroundColorOther: string; messageBubbleTextColorOwn: string; messageBubbleTextColorOther: string; messageTimeColor: string; messageStatusColor: string; attachmentBackgroundColorOwn: string; attachmentBackgroundColorOther: string; footerBackgroundColor: string; footerBorderColor: string; inputBackgroundColor: string; inputBorderColor: string; inputSuffixColor: string; unreadNotificationBackgroundColor: string; unreadNotificationTextColor: string; typingIndicatorColor: string; dateSeparatorColor: string; dateSeparatorBackgroundColor: string; borderRadius: string; errorColor: string; }; peers: { Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }; peerOverrides: { Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; Select?: { peers?: { InternalSelection?: import("./_mixins/use-theme").ExtractThemeOverrides; }>> | undefined; InternalSelectMenu?: import("./_mixins/use-theme").ExtractThemeOverrides; 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>; }>> | undefined; } | undefined; } | undefined; Avatar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Badge?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; List?: { peers?: { [x: string]: any; } | undefined; } | undefined; Typography?: { peers?: { [x: string]: any; } | undefined; } | undefined; StatusIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterAttachIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; FooterSuffixIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderShareIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; HeaderProfileIcon?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; renderMessage: (message: import("./chat").ChatMessageData) => JSX.Element; renderMarkMessage: (message: import("./chat").ChatMessageData) => JSX.Element; renderSkeletonMessage: (isOwn: boolean, index: number) => JSX.Element; renderDateSeparator: (date: string) => JSX.Element; renderUnreadNotification: () => JSX.Element; contextMenuShow: import("vue").Ref; contextMenuMessage: import("vue").Ref; messageContextMenuOptions: import("vue").ComputedRef; handleContextMenuSelect: (key: string) => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-color-primary': string; '--u-color-success': string; '--u-color-error': string; '--u-text-color-base': string; '--u-text-color-secondary': string; '--u-text-color-disabled': string; '--u-background-color': string; '--u-border-color': string; '--u-main-background-color': string; '--u-header-background-color': string; '--u-header-border-color': string; '--u-header-title-color': string; '--u-message-bubble-background-color-own': string; '--u-message-bubble-background-color-other': string; '--u-message-bubble-text-color-own': string; '--u-message-bubble-text-color-other': string; '--u-message-time-color': string; '--u-message-status-color': string; '--u-attachment-background-color-own': string; '--u-attachment-background-color-other': string; '--u-unread-notification-background-color': string; '--u-unread-notification-text-color': string; '--u-typing-indicator-color': string; '--u-date-separator-color': string; '--u-date-separator-background-color': string; '--u-border-radius': string; }>; themeClass: import("vue").Ref; onRender: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: () => never[]; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly loadingCount: { readonly type: NumberConstructor; readonly default: 5; }; readonly typingChatIds: { readonly type: import("vue").PropType>; readonly default: () => never[]; }; readonly selectedChatId: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly typingText: { readonly type: StringConstructor; readonly default: undefined; }; readonly retryText: { readonly type: StringConstructor; readonly default: undefined; }; readonly uploadProps: { readonly type: import("vue").PropType>; readonly default: undefined; }; readonly showUnreadNotification: { readonly type: BooleanConstructor; readonly default: false; }; readonly unreadNotificationText: { readonly type: StringConstructor; readonly default: undefined; }; readonly unreadNotificationCount: { readonly type: NumberConstructor; readonly default: undefined; }; readonly onMessageRetry: { readonly type: import("vue").PropType<(message: import("./chat").ChatMessageData) => void>; readonly default: undefined; }; readonly theme: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Avatar: import("./_mixins").Theme<"Avatar", { borderRadius: string; fontSize: string; fontWeight: string; border: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; textColor: string; iconColor: string; color: string; iconSize: string; }, any>; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; List: import("./_mixins").Theme<"List", { iconSize: string; iconSpace: string; suffixSpace: string; prefixSpace: string; subtitleColor: string; avatarSpace: string; colorFocus: string; pressedScale: string; textColorDisabled: string; textColor: string; color: string; colorHover: string; colorModal: string; colorHoverModal: string; colorPopover: string; colorHoverPopover: string; borderColor: string; borderColorModal: string; borderColorPopover: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; padding: string; suffixSize: string; }, any>; Typography: import("./_mixins").Theme<"Typography", { headerFontSize1: string; headerFontSize2: string; headerFontSize3: string; headerFontSize4: string; headerFontSize5: string; headerFontSize6: string; headerMargin1: string; headerMargin2: string; headerMargin3: string; headerMargin4: string; headerMargin5: string; headerMargin6: string; headerPrefixWidth1: string; headerPrefixWidth2: string; headerPrefixWidth3: string; headerPrefixWidth4: string; headerPrefixWidth5: string; headerPrefixWidth6: string; headerBarWidth1: string; headerBarWidth2: string; headerBarWidth3: string; headerBarWidth4: string; headerBarWidth5: string; headerBarWidth6: string; pMargin: string; margin: string; liMargin: string; olPadding: string; ulPadding: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; blockquoteLineHeight: string; blockquoteFontSize: string; codeBorderRadius: string; liTextColor: string; liLineHeight: string; liFontSize: string; hrColor: string; headerFontWeight: string; headerTextColor: string; pTextColor: string; pTextColor1Depth: string; pTextColor2Depth: string; pTextColor3Depth: string; pLineHeight: string; pFontSize: string; fontSize: string; lineHeight: string; headerBarColor: string; headerBarColorPrimary: string; headerBarColorInfo: string; headerBarColorError: string; headerBarColorWarning: string; headerBarColorSuccess: string; textColor: string; textColor1Depth: string; textColor2Depth: string; textColor3Depth: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any>; StatusIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterAttachIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; FooterSuffixIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderShareIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; HeaderProfileIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; }>> & Readonly<{}>, { readonly loading: boolean; readonly typingText: string; readonly retryText: string; readonly unreadNotificationText: string; readonly uploadProps: Partial; readonly messages: import("./chat").ChatMessageData[]; readonly loadingCount: number; readonly typingChatIds: (string | number | symbol)[]; readonly selectedChatId: string | number | symbol; readonly showUnreadNotification: boolean; readonly unreadNotificationCount: number; readonly onMessageRetry: (message: import("./chat").ChatMessageData) => void; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './checkbox'; export { checkboxGroupProps, checkboxProps } from './checkbox'; export declare const UCheckbox: import("vue").DefineComponent; default: string; }; ripple: { type: BooleanConstructor; default: boolean; }; focusable: { type: BooleanConstructor; default: boolean; }; privateInsideTable: BooleanConstructor; size: import("vue").PropType<"small" | "medium" | "large">; checked: { type: import("vue").PropType; default: undefined; }; defaultChecked: { type: import("vue").PropType; default: boolean; }; value: import("vue").PropType; disabled: { type: import("vue").PropType; default: undefined; }; checkedValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: boolean; }; uncheckedValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: boolean; }; 'onUpdate:checked': import("vue").PropType>; onUpdateChecked: import("vue").PropType>; onChange: import("vue").PropType>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, import("./_internal").UseCheckbox & { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }; peers: any; peerOverrides: { [x: string]: any; }; }>; labelId: string; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-text-color': string; '--u-text-color-disabled': string; '--u-description-text-color': string; '--u-description-text-color-disabled': string; '--u-font-size': string; '--u-line-height': string; '--u-font-weight': string; '--u-size': string; '--u-border-radius': string; '--u-border': string; '--u-border-hover': string; '--u-border-focus': string; '--u-border-active': string; '--u-border-checked': string; '--u-border-hover-checked': string; '--u-border-focus-checked': string; '--u-border-active-checked': string; '--u-border-disabled': string; '--u-border-disabled-checked': string; '--u-box-shadow-hover': string; '--u-box-shadow-focus': string; '--u-box-shadow-active': string; '--u-box-shadow-hover-checked': string; '--u-box-shadow-focus-checked': string; '--u-box-shadow-active-checked': string; '--u-color': string; '--u-color-hover': string; '--u-color-focus': string; '--u-color-active': string; '--u-color-checked': string; '--u-color-hover-checked': string; '--u-color-focus-checked': string; '--u-color-active-checked': string; '--u-color-disabled': string; '--u-color-disabled-checked': string; '--u-check-mark-color': string; '--u-check-mark-hover-color': string; '--u-check-mark-focus-color': string; '--u-check-mark-active-color': string; '--u-check-mark-color-disabled': string; '--u-check-mark-color-disabled-checked': string; '--u-label-padding': string; '--u-checkbox-position': string; '--u-checkbox-position-block': string; '--u-checkbox-position-content': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; ripple: { type: BooleanConstructor; default: boolean; }; focusable: { type: BooleanConstructor; default: boolean; }; privateInsideTable: BooleanConstructor; size: import("vue").PropType<"small" | "medium" | "large">; checked: { type: import("vue").PropType; default: undefined; }; defaultChecked: { type: import("vue").PropType; default: boolean; }; value: import("vue").PropType; disabled: { type: import("vue").PropType; default: undefined; }; checkedValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: boolean; }; uncheckedValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: boolean; }; 'onUpdate:checked': import("vue").PropType>; onUpdateChecked: import("vue").PropType>; onChange: import("vue").PropType>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { disabled: boolean | undefined; position: "left" | "right"; focusable: boolean; checkedValue: string | number | boolean; uncheckedValue: string | number | boolean; indeterminate: boolean; ripple: boolean; privateInsideTable: boolean; checked: string | number | boolean | undefined; defaultChecked: string | number | boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UCheckboxGroup: import("vue").DefineComponent; readonly value: import("vue").PropType | null>; readonly defaultValue: { readonly type: import("vue").PropType | null>; readonly default: null; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly 'onUpdate:value': import("vue").PropType, meta: { actionType: "check" | "uncheck"; value: string | number; }) => void>>; readonly onUpdateValue: import("vue").PropType, meta: { actionType: "check" | "uncheck"; value: string | number; }) => void>>; readonly onChange: import("vue").PropType) => void> | undefined>; }>, { mergedClsPrefix: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly value: import("vue").PropType | null>; readonly defaultValue: { readonly type: import("vue").PropType | null>; readonly default: null; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly 'onUpdate:value': import("vue").PropType, meta: { actionType: "check" | "uncheck"; value: string | number; }) => void>>; readonly onUpdateValue: import("vue").PropType, meta: { actionType: "check" | "uncheck"; value: string | number; }) => void>>; readonly onChange: import("vue").PropType) => void> | undefined>; }>> & Readonly<{}>, { readonly disabled: boolean | undefined; readonly defaultValue: (string | number)[] | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './code'; export { codeProps } from './code'; export declare const UCode: import("vue").DefineComponent; uri: BooleanConstructor; inline: BooleanConstructor; wordWrap: BooleanConstructor; showLineNumbers: BooleanConstructor; internalFontSize: NumberConstructor; internalNoHighlight: BooleanConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; codeRef: import("vue").Ref; mergedShowLineNumbers: import("vue").ComputedRef; lineNumbers: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--u-font-size': string; '--u-font-family': string; '--u-font-weight-strong': string; '--u-bezier': string; '--u-text-color': string; '--u-mono-3': string; '--u-hue-1': string; '--u-hue-2': string; '--u-hue-3': string; '--u-hue-4': string; '--u-hue-5': string; '--u-hue-5-2': string; '--u-hue-6': string; '--u-hue-6-2': string; '--u-line-number-text-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; uri: BooleanConstructor; inline: BooleanConstructor; wordWrap: BooleanConstructor; showLineNumbers: BooleanConstructor; internalFontSize: NumberConstructor; internalNoHighlight: BooleanConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { code: string; trim: boolean; inline: boolean; uri: boolean; wordWrap: boolean; showLineNumbers: boolean; internalNoHighlight: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './collapse'; export { collapseItemProps, collapseProps } from './collapse'; export declare const UCollapse: import("vue").DefineComponent | null>; readonly default: null; }; readonly expandedNames: import("vue").PropType | null>; readonly arrowPlacement: { readonly type: import("vue").PropType; readonly default: "right-edge"; }; readonly accordion: { readonly type: BooleanConstructor; readonly default: false; }; readonly displayDirective: { readonly type: import("vue").PropType<"if" | "show">; readonly default: "if"; }; readonly triggerAreas: { readonly type: import("vue").PropType; readonly default: () => string[]; }; readonly onItemHeaderClick: import("vue").PropType>; readonly 'onUpdate:expandedNames': import("vue").PropType>; readonly onUpdateExpandedNames: import("vue").PropType>; readonly onExpandedNamesChange: { readonly type: import("vue").PropType | undefined>; readonly validator: () => boolean; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { titleFontSize: string; titleLineHeight: string; titleFontWeight: string; dividerColor: string; titleTextColor: string; titleTextColorDisabled: string; fontSize: string; lineHeight: string; textColor: string; arrowSize: string; arrowColor: string; arrowColorDisabled: string; titlePadding: string; backgroundColor: string; borderRadius: string; padding: string; boxSizing: string; iconBorder: string; iconBorderRadius: string; iconBackground: string; }; peers: any; peerOverrides: { [x: string]: any; }; }>; mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-font-size': string; '--u-bezier': string; '--u-text-color': string; '--u-line-height': string; '--u-divider-color': string; '--u-title-padding': string; '--u-title-font-size': string; '--u-title-text-color': string; '--u-title-line-height': string; '--u-title-text-color-disabled': string; '--u-title-font-weight': string; '--u-arrow-size': string; '--u-arrow-color': string; '--u-arrow-color-disabled': string; '--u-background-color': string; '--u-border-radius': string; '--u-padding': string; '--u-box-sizing': string; '--u-icon-border': string; '--u-icon-border-radius': string; '--u-icon-background': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly | null>; readonly default: null; }; readonly expandedNames: import("vue").PropType | null>; readonly arrowPlacement: { readonly type: import("vue").PropType; readonly default: "right-edge"; }; readonly accordion: { readonly type: BooleanConstructor; readonly default: false; }; readonly displayDirective: { readonly type: import("vue").PropType<"if" | "show">; readonly default: "if"; }; readonly triggerAreas: { readonly type: import("vue").PropType; readonly default: () => string[]; }; readonly onItemHeaderClick: import("vue").PropType>; readonly 'onUpdate:expandedNames': import("vue").PropType>; readonly onUpdateExpandedNames: import("vue").PropType>; readonly onExpandedNamesChange: { readonly type: import("vue").PropType | undefined>; readonly validator: () => boolean; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly defaultExpandedNames: string | number | (string | number)[] | null; readonly arrowPlacement: import("./collapse").ArrowPlacement; readonly accordion: boolean; readonly displayDirective: "show" | "if"; readonly triggerAreas: import("./collapse").CollapseTriggerArea[]; readonly onExpandedNamesChange: import("./_utils").MaybeArray | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UCollapseItem: import("vue").DefineComponent; readonly disabled: BooleanConstructor; readonly displayDirective: import("vue").PropType<"if" | "show">; }>, { rtlEnabled: import("vue").Ref | undefined; collapseSlots: import("./collapse").CollapseSlots; randomName: string; mergedClsPrefix: import("vue").Ref; collapsed: import("vue").ComputedRef; triggerAreas: import("vue").Ref; mergedDisplayDirective: import("vue").ComputedRef<"show" | "if">; arrowPlacement: import("vue").ComputedRef; handleClick(event: MouseEvent): void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly disabled: BooleanConstructor; readonly displayDirective: import("vue").PropType<"if" | "show">; }>> & Readonly<{}>, { readonly disabled: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './collapse-transition'; export { collapseTransitionProps } from './collapse-transition'; export declare const UCollapseTransition: import("vue").DefineComponent; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedShow: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly show: boolean; readonly appear: boolean; readonly collapsed: boolean | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './color-picker'; export { colorPickerProps } from './color-picker'; export declare const UColorPicker: import("vue").DefineComponent; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly defaultShow: BooleanConstructor; readonly defaultValue: import("vue").PropType; readonly modes: { readonly type: import("vue").PropType; readonly default: () => string[]; }; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly to: { type: import("vue").PropType; default: undefined; }; readonly showAlpha: { readonly type: BooleanConstructor; readonly default: true; }; readonly showPreview: BooleanConstructor; readonly swatches: import("vue").PropType; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly actions: { readonly type: import("vue").PropType; readonly default: null; }; readonly internalActions: import("vue").PropType>; readonly size: import("vue").PropType; readonly renderLabel: import("vue").PropType; readonly onComplete: import("vue").PropType; readonly onConfirm: import("vue").PropType; readonly onClear: import("vue").PropType; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly theme: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; }>, { mergedClsPrefix: import("vue").Ref; namespace: import("vue").ComputedRef; selfRef: import("vue").Ref; hsla: import("vue").ComputedRef; rgba: import("vue").ComputedRef; mergedShow: import("vue").ComputedRef; mergedDisabled: import("vue").ComputedRef; isMounted: Readonly>; adjustedTo: import("vue").ComputedRef; mergedValue: import("vue").ComputedRef; handleTriggerClick(): void; setTriggerRef: (el: Element | import("vue").ComponentPublicInstance | null) => void; handleClickOutside(e: MouseEvent): void; renderPanel: () => import("vue").VNode; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-text-color': string; '--u-color': string; '--u-panel-font-size': string; '--u-font-size': string; '--u-line-height': string; '--u-font-weight': string; '--u-box-shadow': string; '--u-border': string; '--u-border-radius': string; '--u-checkboard-border-radius': string; '--u-height': string; '--u-divider-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly defaultShow: BooleanConstructor; readonly defaultValue: import("vue").PropType; readonly modes: { readonly type: import("vue").PropType; readonly default: () => string[]; }; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly to: { type: import("vue").PropType; default: undefined; }; readonly showAlpha: { readonly type: BooleanConstructor; readonly default: true; }; readonly showPreview: BooleanConstructor; readonly swatches: import("vue").PropType; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly actions: { readonly type: import("vue").PropType; readonly default: null; }; readonly internalActions: import("vue").PropType>; readonly size: import("vue").PropType; readonly renderLabel: import("vue").PropType; readonly onComplete: import("vue").PropType; readonly onConfirm: import("vue").PropType; readonly onClear: import("vue").PropType; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly theme: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; }>> & Readonly<{}>, { readonly disabled: boolean | undefined; readonly to: string | boolean | HTMLElement; readonly placement: import("vueuc").FollowerPlacement; readonly show: boolean | undefined; readonly defaultShow: boolean; readonly modes: import("./color-picker/src/utils").ColorPickerMode[]; readonly showAlpha: boolean; readonly showPreview: boolean; readonly actions: import("./color-picker/src/utils").ActionType[]; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './config-provider'; export { configProviderProps } from './config-provider'; export declare const UConfigProvider: import("vue").DefineComponent; readonly default: undefined; }; readonly clsPrefix: { readonly type: StringConstructor; readonly default: "u"; }; readonly locale: import("vue").PropType; readonly dateLocale: import("vue").PropType; readonly namespace: StringConstructor; readonly rtl: import("vue").PropType; readonly tag: { readonly type: StringConstructor; readonly default: "div"; }; readonly hljs: import("vue").PropType; readonly katex: import("vue").PropType; readonly theme: import("vue").PropType; readonly themeOverrides: import("vue").PropType; readonly componentOptions: import("vue").PropType; readonly icons: import("vue").PropType; readonly iconPacks: import("vue").PropType; readonly breakpoints: import("vue").PropType; readonly breakpointProps: import("vue").PropType; readonly breakpointThemeOverrides: import("vue").PropType; readonly breakpointMode: { readonly type: import("vue").PropType; readonly default: "desktop-first"; }; readonly ssrBreakpointWidth: NumberConstructor; readonly preflightStyleDisabled: BooleanConstructor; readonly styleMountTarget: import("vue").PropType; readonly inlineThemeDisabled: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly as: { readonly type: import("vue").PropType; readonly validator: () => boolean; readonly default: undefined; }; }>, { mergedClsPrefix: import("vue").ComputedRef; mergedBordered: import("vue").ComputedRef; mergedNamespace: import("vue").ComputedRef; mergedTheme: import("vue").ComputedRef; mergedThemeOverrides: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: undefined; }; readonly clsPrefix: { readonly type: StringConstructor; readonly default: "u"; }; readonly locale: import("vue").PropType; readonly dateLocale: import("vue").PropType; readonly namespace: StringConstructor; readonly rtl: import("vue").PropType; readonly tag: { readonly type: StringConstructor; readonly default: "div"; }; readonly hljs: import("vue").PropType; readonly katex: import("vue").PropType; readonly theme: import("vue").PropType; readonly themeOverrides: import("vue").PropType; readonly componentOptions: import("vue").PropType; readonly icons: import("vue").PropType; readonly iconPacks: import("vue").PropType; readonly breakpoints: import("vue").PropType; readonly breakpointProps: import("vue").PropType; readonly breakpointThemeOverrides: import("vue").PropType; readonly breakpointMode: { readonly type: import("vue").PropType; readonly default: "desktop-first"; }; readonly ssrBreakpointWidth: NumberConstructor; readonly preflightStyleDisabled: BooleanConstructor; readonly styleMountTarget: import("vue").PropType; readonly inlineThemeDisabled: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly as: { readonly type: import("vue").PropType; readonly validator: () => boolean; readonly default: undefined; }; }>> & Readonly<{}>, { readonly bordered: boolean | undefined; readonly inlineThemeDisabled: boolean; readonly preflightStyleDisabled: boolean; readonly abstract: boolean; readonly clsPrefix: string; readonly tag: string; readonly breakpointMode: import("./config-provider").BreakpointMode; readonly as: string | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './countdown'; export { countdownProps } from './countdown'; export declare const UCountdown: import("vue").DefineComponent; default: number; }; render: import("vue").PropType<(props: import(".").CountdownTimeInfo) => import("vue").VNodeChild>; onFinish: import("vue").PropType<() => void>; }>, import(".").CountdownInst & { distance: import("vue").Ref; getTimeInfo: (distance: number) => import(".").CountdownTimeInfo; getDisplayValue: (info: import(".").CountdownTimeInfo) => string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: number; }; render: import("vue").PropType<(props: import(".").CountdownTimeInfo) => import("vue").VNodeChild>; onFinish: import("vue").PropType<() => void>; }>> & Readonly<{}>, { duration: number; precision: 0 | 1 | 2 | 3; active: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './crop'; export { cropProps } from './crop'; export declare const UCrop: import("vue").DefineComponent; default: number; }; dragMode: { type: import("vue").PropType<"crop" | "move" | "none">; default: string; }; aspectRatio: { type: NumberConstructor; default: number; }; background: { type: BooleanConstructor; default: boolean; }; circleShape: { type: BooleanConstructor; default: boolean; }; zoomable: { type: BooleanConstructor; default: boolean; }; cropperThemeColor: { type: StringConstructor; default: string; }; cancelButtonText: { type: StringConstructor; default: string; }; confirmButtonText: { type: StringConstructor; default: string; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { cropWrapperRef: import("vue").Ref; cropImageRef: import("vue").Ref; mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-wrapper-border-radius': string; '--u-wrapper-bg-color': string; '--u-wrapper-width': string; '--u-wrapper-height': string; '--u-cropper-theme-color': string; '--u-wrapper-margin': string; }>; confirmCrop: () => void; cancelCrop: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { cancel: () => true; confirm: () => true; }, string, import("vue").PublicProps, Readonly; default: number; }; dragMode: { type: import("vue").PropType<"crop" | "move" | "none">; default: string; }; aspectRatio: { type: NumberConstructor; default: number; }; background: { type: BooleanConstructor; default: boolean; }; circleShape: { type: BooleanConstructor; default: boolean; }; zoomable: { type: BooleanConstructor; default: boolean; }; cropperThemeColor: { type: StringConstructor; default: string; }; cancelButtonText: { type: StringConstructor; default: string; }; confirmButtonText: { type: StringConstructor; default: string; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{ onCancel?: (() => any) | undefined; onConfirm?: (() => any) | undefined; }>, { aspectRatio: number; background: boolean; wrapperWidth: string | number; wrapperHeight: string | number; viewMode: import(".").ViewMode; dragMode: "none" | "move" | "crop"; circleShape: boolean; zoomable: boolean; cropperThemeColor: string; cancelButtonText: string; confirmButtonText: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './data-table'; export { dataTableProps } from './data-table'; export declare const UDataTable: import("vue").DefineComponent number | undefined) => void>; readonly pagination: { readonly type: import("vue").PropType; readonly default: false; }; readonly paginateSinglePage: { readonly type: BooleanConstructor; readonly default: true; }; readonly minHeight: import("vue").PropType; readonly maxHeight: import("vue").PropType; readonly columns: { readonly type: import("vue").PropType>; readonly default: () => never[]; }; readonly rowClassName: import("vue").PropType>; readonly rowProps: import("vue").PropType>; readonly rowKey: import("vue").PropType>; readonly summary: import("vue").PropType>; readonly data: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly loading: BooleanConstructor; readonly loadingSkeleton: BooleanConstructor; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly bottomBordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly striped: BooleanConstructor; readonly scrollX: import("vue").PropType; readonly defaultCheckedRowKeys: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly checkedRowKeys: import("vue").PropType; readonly singleLine: { readonly type: BooleanConstructor; readonly default: true; }; readonly singleColumn: BooleanConstructor; readonly size: { readonly type: import("vue").PropType; readonly default: "medium"; }; readonly remote: BooleanConstructor; readonly defaultExpandedRowKeys: { readonly type: import("vue").PropType; readonly default: readonly []; }; readonly defaultExpandAll: BooleanConstructor; readonly expandedRowKeys: import("vue").PropType; readonly stickyExpandedRows: BooleanConstructor; readonly virtualScroll: BooleanConstructor; readonly tableLayout: { readonly type: import("vue").PropType<"auto" | "fixed">; readonly default: "auto"; }; readonly resizableMinWidth: { readonly type: import("vue").PropType; readonly default: 50; }; readonly resizableMaxWidth: import("vue").PropType; readonly resizableStorage: { readonly type: BooleanConstructor; readonly default: true; }; readonly allowCheckingNotLoaded: BooleanConstructor; readonly cascade: { readonly type: BooleanConstructor; readonly default: true; }; readonly childrenKey: { readonly type: StringConstructor; readonly default: "children"; }; readonly indent: { readonly type: NumberConstructor; readonly default: 16; }; readonly flexHeight: BooleanConstructor; readonly summaryPlacement: { readonly type: import("vue").PropType<"top" | "bottom">; readonly default: "bottom"; }; readonly paginationBehaviorOnFilter: { readonly type: import("vue").PropType<"first" | "current">; readonly default: "current"; }; readonly scrollbarProps: import("vue").PropType; readonly localStorageKey: StringConstructor; readonly renderCell: import("vue").PropType<(value: any, rowData: object, column: import("./data-table").DataTableBaseColumn) => import("vue").VNodeChild>; readonly defaultEmptyValue: import("vue").PropType import("vue").VNodeChild) | undefined>; readonly renderExpandIcon: import("vue").PropType; readonly spinProps: { readonly type: import("vue").PropType; readonly default: {}; }; readonly emptyProps: import("vue").PropType>; readonly getCsvCell: import("vue").PropType; readonly getCsvHeader: import("vue").PropType; readonly onLoad: import("vue").PropType; readonly 'onUpdate:page': import("vue").PropType; readonly onUpdatePage: import("vue").PropType; readonly 'onUpdate:pageSize': import("vue").PropType; readonly onUpdatePageSize: import("vue").PropType; readonly 'onUpdate:sorter': import("vue").PropType>; readonly onUpdateSorter: import("vue").PropType>; readonly 'onUpdate:filters': import("vue").PropType>; readonly onUpdateFilters: import("vue").PropType>; readonly 'onUpdate:checkedRowKeys': import("vue").PropType>; readonly onUpdateCheckedRowKeys: import("vue").PropType>; readonly 'onUpdate:expandedRowKeys': import("vue").PropType>; readonly onUpdateExpandedRowKeys: import("vue").PropType>; readonly onScroll: import("vue").PropType<(e: Event) => void>; readonly onPageChange: import("vue").PropType; readonly onPageSizeChange: import("vue").PropType; readonly onSorterChange: import("vue").PropType | undefined>; readonly onFiltersChange: import("vue").PropType | undefined>; readonly onCheckedRowKeysChange: import("vue").PropType | undefined>; readonly theme: import("vue").PropType; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; Radio: import("./_mixins").Theme<"Radio", { radioSizeSmall: string; radioSizeMedium: string; radioSizeLarge: string; buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; labelPadding: string; labelFontWeight: string; labelFontSizeSmall: string; labelFontSizeMedium: string; labelFontSizeLarge: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; fontWeight: string; boxShadow: string; boxShadowActive: string; boxShadowFocus: string; boxShadowHover: string; boxShadowPressed: string; boxShadowDisabled: string; boxShadowChecked: string; boxShadowActiveChecked: string; boxShadowFocusChecked: string; boxShadowHoverChecked: string; boxShadowPressedChecked: string; boxShadowDisabledChecked: string; color: string; colorDisabled: string; colorActive: string; textColor: string; textColorDisabled: string; dotColorActive: string; dotColorDisabled: string; buttonBorderColor: string; buttonBorderColorActive: string; buttonBorderColorHover: string; buttonColor: string; buttonColorActive: string; buttonTextColor: string; buttonTextColorActive: string; buttonTextColorHover: string; opacityDisabled: string; buttonBoxShadowFocus: string; buttonBoxShadowHover: string; buttonBoxShadow: string; buttonBorderRadius: string; }, any>; Pagination: import("./_mixins").Theme<"Pagination", { itemPaddingSmall: string; itemMarginSmall: string; itemMarginSmallRtl: string; itemPaddingMedium: string; itemMarginMedium: string; itemMarginMediumRtl: string; itemPaddingLarge: string; itemMarginLarge: string; itemMarginLargeRtl: string; buttonIconSizeSmall: string; buttonIconSizeMedium: string; buttonIconSizeLarge: string; inputWidthSmall: string; selectWidthSmall: string; inputMarginSmall: string; inputMarginSmallRtl: string; selectMarginSmall: string; prefixMarginSmall: string; suffixMarginSmall: string; inputWidthMedium: string; selectWidthMedium: string; inputMarginMedium: string; inputMarginMediumRtl: string; selectMarginMedium: string; prefixMarginMedium: string; suffixMarginMedium: string; inputWidthLarge: string; selectWidthLarge: string; inputMarginLarge: string; inputMarginLargeRtl: string; selectMarginLarge: string; prefixMarginLarge: string; suffixMarginLarge: string; buttonColor: string; buttonColorHover: string; buttonColorPressed: string; buttonBorder: string; buttonBorderHover: string; buttonBorderPressed: string; buttonIconColor: string; buttonIconColorHover: string; buttonIconColorPressed: string; itemTextColor: string; itemTextColorHover: string; itemTextColorPressed: string; itemTextColorActive: string; itemTextColorDisabled: string; itemColor: string; itemColorHover: string; itemColorPressed: string; itemColorActive: string; itemColorActiveHover: string; itemColorDisabled: string; itemBorder: string; itemBorderHover: string; itemBorderPressed: string; itemBorderActive: string; itemBorderDisabled: string; itemBorderRadius: string; itemSizeSmall: string; itemSizeMedium: string; itemSizeLarge: string; itemFontSizeSmall: string; itemFontSizeMedium: string; itemFontSizeLarge: string; jumperFontSizeSmall: string; jumperFontSizeMedium: string; jumperFontSizeLarge: string; jumperTextColor: string; jumperTextColorDisabled: string; paginationSizePickerBackground: string; paginationSizePickerBorder: string; }, { Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>; 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>; 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>; Ellipsis: import("./_mixins").Theme<"Ellipsis", unknown, { Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>; readonly themeOverrides: import("vue").PropType; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; Radio: import("./_mixins").Theme<"Radio", { radioSizeSmall: string; radioSizeMedium: string; radioSizeLarge: string; buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; labelPadding: string; labelFontWeight: string; labelFontSizeSmall: string; labelFontSizeMedium: string; labelFontSizeLarge: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; fontWeight: string; boxShadow: string; boxShadowActive: string; boxShadowFocus: string; boxShadowHover: string; boxShadowPressed: string; boxShadowDisabled: string; boxShadowChecked: string; boxShadowActiveChecked: string; boxShadowFocusChecked: string; boxShadowHoverChecked: string; boxShadowPressedChecked: string; boxShadowDisabledChecked: string; color: string; colorDisabled: string; colorActive: string; textColor: string; textColorDisabled: string; dotColorActive: string; dotColorDisabled: string; buttonBorderColor: string; buttonBorderColorActive: string; buttonBorderColorHover: string; buttonColor: string; buttonColorActive: string; buttonTextColor: string; buttonTextColorActive: string; buttonTextColorHover: string; opacityDisabled: string; buttonBoxShadowFocus: string; buttonBoxShadowHover: string; buttonBoxShadow: string; buttonBorderRadius: string; }, any>; Pagination: import("./_mixins").Theme<"Pagination", { itemPaddingSmall: string; itemMarginSmall: string; itemMarginSmallRtl: string; itemPaddingMedium: string; itemMarginMedium: string; itemMarginMediumRtl: string; itemPaddingLarge: string; itemMarginLarge: string; itemMarginLargeRtl: string; buttonIconSizeSmall: string; buttonIconSizeMedium: string; buttonIconSizeLarge: string; inputWidthSmall: string; selectWidthSmall: string; inputMarginSmall: string; inputMarginSmallRtl: string; selectMarginSmall: string; prefixMarginSmall: string; suffixMarginSmall: string; inputWidthMedium: string; selectWidthMedium: string; inputMarginMedium: string; inputMarginMediumRtl: string; selectMarginMedium: string; prefixMarginMedium: string; suffixMarginMedium: string; inputWidthLarge: string; selectWidthLarge: string; inputMarginLarge: string; inputMarginLargeRtl: string; selectMarginLarge: string; prefixMarginLarge: string; suffixMarginLarge: string; buttonColor: string; buttonColorHover: string; buttonColorPressed: string; buttonBorder: string; buttonBorderHover: string; buttonBorderPressed: string; buttonIconColor: string; buttonIconColorHover: string; buttonIconColorPressed: string; itemTextColor: string; itemTextColorHover: string; itemTextColorPressed: string; itemTextColorActive: string; itemTextColorDisabled: string; itemColor: string; itemColorHover: string; itemColorPressed: string; itemColorActive: string; itemColorActiveHover: string; itemColorDisabled: string; itemBorder: string; itemBorderHover: string; itemBorderPressed: string; itemBorderActive: string; itemBorderDisabled: string; itemBorderRadius: string; itemSizeSmall: string; itemSizeMedium: string; itemSizeLarge: string; itemFontSizeSmall: string; itemFontSizeMedium: string; itemFontSizeLarge: string; jumperFontSizeSmall: string; jumperFontSizeMedium: string; jumperFontSizeLarge: string; jumperTextColor: string; jumperTextColorDisabled: string; paginationSizePickerBackground: string; paginationSizePickerBorder: string; }, { Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>; 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>; 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>; Ellipsis: import("./_mixins").Theme<"Ellipsis", unknown, { Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; Radio: import("./_mixins").Theme<"Radio", { radioSizeSmall: string; radioSizeMedium: string; radioSizeLarge: string; buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; labelPadding: string; labelFontWeight: string; labelFontSizeSmall: string; labelFontSizeMedium: string; labelFontSizeLarge: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; fontWeight: string; boxShadow: string; boxShadowActive: string; boxShadowFocus: string; boxShadowHover: string; boxShadowPressed: string; boxShadowDisabled: string; boxShadowChecked: string; boxShadowActiveChecked: string; boxShadowFocusChecked: string; boxShadowHoverChecked: string; boxShadowPressedChecked: string; boxShadowDisabledChecked: string; color: string; colorDisabled: string; colorActive: string; textColor: string; textColorDisabled: string; dotColorActive: string; dotColorDisabled: string; buttonBorderColor: string; buttonBorderColorActive: string; buttonBorderColorHover: string; buttonColor: string; buttonColorActive: string; buttonTextColor: string; buttonTextColorActive: string; buttonTextColorHover: string; opacityDisabled: string; buttonBoxShadowFocus: string; buttonBoxShadowHover: string; buttonBoxShadow: string; buttonBorderRadius: string; }, any>; Pagination: import("./_mixins").Theme<"Pagination", { itemPaddingSmall: string; itemMarginSmall: string; itemMarginSmallRtl: string; itemPaddingMedium: string; itemMarginMedium: string; itemMarginMediumRtl: string; itemPaddingLarge: string; itemMarginLarge: string; itemMarginLargeRtl: string; buttonIconSizeSmall: string; buttonIconSizeMedium: string; buttonIconSizeLarge: string; inputWidthSmall: string; selectWidthSmall: string; inputMarginSmall: string; inputMarginSmallRtl: string; selectMarginSmall: string; prefixMarginSmall: string; suffixMarginSmall: string; inputWidthMedium: string; selectWidthMedium: string; inputMarginMedium: string; inputMarginMediumRtl: string; selectMarginMedium: string; prefixMarginMedium: string; suffixMarginMedium: string; inputWidthLarge: string; selectWidthLarge: string; inputMarginLarge: string; inputMarginLargeRtl: string; selectMarginLarge: string; prefixMarginLarge: string; suffixMarginLarge: string; buttonColor: string; buttonColorHover: string; buttonColorPressed: string; buttonBorder: string; buttonBorderHover: string; buttonBorderPressed: string; buttonIconColor: string; buttonIconColorHover: string; buttonIconColorPressed: string; itemTextColor: string; itemTextColorHover: string; itemTextColorPressed: string; itemTextColorActive: string; itemTextColorDisabled: string; itemColor: string; itemColorHover: string; itemColorPressed: string; itemColorActive: string; itemColorActiveHover: string; itemColorDisabled: string; itemBorder: string; itemBorderHover: string; itemBorderPressed: string; itemBorderActive: string; itemBorderDisabled: string; itemBorderRadius: string; itemSizeSmall: string; itemSizeMedium: string; itemSizeLarge: string; itemFontSizeSmall: string; itemFontSizeMedium: string; itemFontSizeLarge: string; jumperFontSizeSmall: string; jumperFontSizeMedium: string; jumperFontSizeLarge: string; jumperTextColor: string; jumperTextColorDisabled: string; paginationSizePickerBackground: string; paginationSizePickerBorder: string; }, { Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>; 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>; 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>; Ellipsis: import("./_mixins").Theme<"Ellipsis", unknown, { Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>>; }>, { filter: (filters: import("./data-table").DataTableFilterState | null) => void; filters: (filters: import("./data-table").DataTableFilterState | null) => void; clearFilters: () => void; clearSorter: () => void; page: (page: number) => void; sort: (columnKey: import("./data-table").DataTableColumnKey, order: import("./data-table").DataTableSortOrder) => void; scrollTo: import("./scrollbar/src/Scrollbar").ScrollTo; downloadCsv: (options?: import("./data-table/src/interface").CsvOptionsType) => void; getData: () => { data: import("./data-table/src/interface").InternalRowData[]; totalRows: import("./data-table/src/interface").InternalRowData | null; }; getTotalRowData: () => import("./data-table/src/interface").InternalRowData | null; clearFilter: () => void; mainTableInstRef: import("vue").Ref<{ getHeaderElement: () => HTMLElement | null; getBodyElement: () => HTMLElement | null; scrollTo: import("./scrollbar/src/Scrollbar").ScrollTo; } | null, import("./data-table/src/interface").MainTableRef | { getHeaderElement: () => HTMLElement | null; getBodyElement: () => HTMLElement | null; scrollTo: import("./scrollbar/src/Scrollbar").ScrollTo; } | null>; mergedClsPrefix: import("vue").Ref; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { thPaddingSmall: string; thPaddingMedium: string; thPaddingLarge: string; tdPaddingSmall: string; tdPaddingMedium: string; tdPaddingLarge: string; thHeightSmall: string; thHeightMedium: string; thHeightLarge: string; tdHeightSmall: string; tdHeightMedium: string; tdHeightLarge: string; sorterSize: string; resizableContainerSize: string; resizableSize: string; filterSize: string; paginationMargin: string; emptyPadding: string; actionPadding: string; actionButtonMargin: string; actionDividerColor: string; lineHeight: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; borderColor: string; tdColorHover: string; tdColorStriped: string; thColor: string; thColorHover: string; tdColor: string; tdTextColor: string; thTextColor: string; thFontWeight: string; thSubColor: string; thSubFontWeight: string; thSubFontSize: string; thButtonColorHover: string; thIconColor: string; thIconColorActive: string; dropMarkColor: string; dragGhostOpacity: string; dragGhostFilter: string; borderColorModal: string; tdColorHoverModal: string; tdColorStripedModal: string; thColorModal: string; thColorHoverModal: string; tdColorModal: string; borderColorPopover: string; tdColorHoverPopover: string; tdColorStripedPopover: string; thColorPopover: string; thColorHoverPopover: string; tdColorPopover: string; fixedBoxShadow: string; loadingColor: string; loadingSize: string; opacityLoading: string; opacityDisabled: string; }; peers: { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; Radio: import("./_mixins").Theme<"Radio", { radioSizeSmall: string; radioSizeMedium: string; radioSizeLarge: string; buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; labelPadding: string; labelFontWeight: string; labelFontSizeSmall: string; labelFontSizeMedium: string; labelFontSizeLarge: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; fontWeight: string; boxShadow: string; boxShadowActive: string; boxShadowFocus: string; boxShadowHover: string; boxShadowPressed: string; boxShadowDisabled: string; boxShadowChecked: string; boxShadowActiveChecked: string; boxShadowFocusChecked: string; boxShadowHoverChecked: string; boxShadowPressedChecked: string; boxShadowDisabledChecked: string; color: string; colorDisabled: string; colorActive: string; textColor: string; textColorDisabled: string; dotColorActive: string; dotColorDisabled: string; buttonBorderColor: string; buttonBorderColorActive: string; buttonBorderColorHover: string; buttonColor: string; buttonColorActive: string; buttonTextColor: string; buttonTextColorActive: string; buttonTextColorHover: string; opacityDisabled: string; buttonBoxShadowFocus: string; buttonBoxShadowHover: string; buttonBoxShadow: string; buttonBorderRadius: string; }, any>; Pagination: import("./_mixins").Theme<"Pagination", { itemPaddingSmall: string; itemMarginSmall: string; itemMarginSmallRtl: string; itemPaddingMedium: string; itemMarginMedium: string; itemMarginMediumRtl: string; itemPaddingLarge: string; itemMarginLarge: string; itemMarginLargeRtl: string; buttonIconSizeSmall: string; buttonIconSizeMedium: string; buttonIconSizeLarge: string; inputWidthSmall: string; selectWidthSmall: string; inputMarginSmall: string; inputMarginSmallRtl: string; selectMarginSmall: string; prefixMarginSmall: string; suffixMarginSmall: string; inputWidthMedium: string; selectWidthMedium: string; inputMarginMedium: string; inputMarginMediumRtl: string; selectMarginMedium: string; prefixMarginMedium: string; suffixMarginMedium: string; inputWidthLarge: string; selectWidthLarge: string; inputMarginLarge: string; inputMarginLargeRtl: string; selectMarginLarge: string; prefixMarginLarge: string; suffixMarginLarge: string; buttonColor: string; buttonColorHover: string; buttonColorPressed: string; buttonBorder: string; buttonBorderHover: string; buttonBorderPressed: string; buttonIconColor: string; buttonIconColorHover: string; buttonIconColorPressed: string; itemTextColor: string; itemTextColorHover: string; itemTextColorPressed: string; itemTextColorActive: string; itemTextColorDisabled: string; itemColor: string; itemColorHover: string; itemColorPressed: string; itemColorActive: string; itemColorActiveHover: string; itemColorDisabled: string; itemBorder: string; itemBorderHover: string; itemBorderPressed: string; itemBorderActive: string; itemBorderDisabled: string; itemBorderRadius: string; itemSizeSmall: string; itemSizeMedium: string; itemSizeLarge: string; itemFontSizeSmall: string; itemFontSizeMedium: string; itemFontSizeLarge: string; jumperFontSizeSmall: string; jumperFontSizeMedium: string; jumperFontSizeLarge: string; jumperTextColor: string; jumperTextColorDisabled: string; paginationSizePickerBackground: string; paginationSizePickerBorder: string; }, { Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>; 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>; 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>; Ellipsis: import("./_mixins").Theme<"Ellipsis", unknown, { Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }; peerOverrides: { Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; Checkbox?: { peers?: { [x: string]: any; } | undefined; } | undefined; Radio?: { peers?: { [x: string]: any; } | undefined; } | undefined; Pagination?: { peers?: { Select?: import("./_mixins/use-theme").ExtractThemeOverrides; }>; 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>; }>; }>> | undefined; Input?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; Popselect?: import("./_mixins/use-theme").ExtractThemeOverrides; 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>; }>; }>> | undefined; } | undefined; } | undefined; Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; Popover?: { peers?: { [x: string]: any; } | undefined; } | undefined; Ellipsis?: { peers?: { Tooltip?: import("./_mixins/use-theme").ExtractThemeOverrides; }>> | undefined; } | undefined; } | undefined; Dropdown?: { peers?: { Popover?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; }; }>; paginatedData: import("vue").ComputedRef; mergedBordered: import("vue").ComputedRef; mergedBottomBordered: import("vue").ComputedRef; mergedPagination: import("vue").ComputedRef; mergedShowPagination: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--u-th-height': string; '--u-td-height': string; '--u-font-size': string; '--u-th-padding': string; '--u-td-padding': string; '--u-bezier': string; '--u-border-radius': string; '--u-line-height': string; '--u-border-color': string; '--u-border-color-modal': string; '--u-border-color-popover': string; '--u-th-color': string; '--u-th-color-hover': string; '--u-th-color-modal': string; '--u-th-color-hover-modal': string; '--u-th-color-popover': string; '--u-th-color-hover-popover': string; '--u-td-color': string; '--u-td-color-hover': string; '--u-td-color-modal': string; '--u-td-color-hover-modal': string; '--u-td-color-popover': string; '--u-td-color-hover-popover': string; '--u-th-text-color': string; '--u-th-sub-color': string; '--u-th-sub-font-weight': string; '--u-th-sub-font-size': string; '--u-td-text-color': string; '--u-th-font-weight': string; '--u-th-button-color-hover': string; '--u-th-icon-color': string; '--u-th-icon-color-active': string; '--u-drop-mark-color': string; '--u-drag-ghost-opacity': string; '--u-drag-ghost-filter': string; '--u-filter-size': string; '--u-pagination-margin': string; '--u-empty-padding': string; '--u-fixed-box-shadow': string; '--u-sorter-size': string; '--u-resizable-container-size': string; '--u-resizable-size': string; '--u-loading-size': string; '--u-loading-color': string; '--u-opacity-loading': string; '--u-td-opacity-disabled': string; '--u-td-color-striped': string; '--u-td-color-striped-modal': string; '--u-td-color-striped-popover': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "edit"[], "edit", import("vue").PublicProps, Readonly number | undefined) => void>; readonly pagination: { readonly type: import("vue").PropType; readonly default: false; }; readonly paginateSinglePage: { readonly type: BooleanConstructor; readonly default: true; }; readonly minHeight: import("vue").PropType; readonly maxHeight: import("vue").PropType; readonly columns: { readonly type: import("vue").PropType>; readonly default: () => never[]; }; readonly rowClassName: import("vue").PropType>; readonly rowProps: import("vue").PropType>; readonly rowKey: import("vue").PropType>; readonly summary: import("vue").PropType>; readonly data: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly loading: BooleanConstructor; readonly loadingSkeleton: BooleanConstructor; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly bottomBordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly striped: BooleanConstructor; readonly scrollX: import("vue").PropType; readonly defaultCheckedRowKeys: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly checkedRowKeys: import("vue").PropType; readonly singleLine: { readonly type: BooleanConstructor; readonly default: true; }; readonly singleColumn: BooleanConstructor; readonly size: { readonly type: import("vue").PropType; readonly default: "medium"; }; readonly remote: BooleanConstructor; readonly defaultExpandedRowKeys: { readonly type: import("vue").PropType; readonly default: readonly []; }; readonly defaultExpandAll: BooleanConstructor; readonly expandedRowKeys: import("vue").PropType; readonly stickyExpandedRows: BooleanConstructor; readonly virtualScroll: BooleanConstructor; readonly tableLayout: { readonly type: import("vue").PropType<"auto" | "fixed">; readonly default: "auto"; }; readonly resizableMinWidth: { readonly type: import("vue").PropType; readonly default: 50; }; readonly resizableMaxWidth: import("vue").PropType; readonly resizableStorage: { readonly type: BooleanConstructor; readonly default: true; }; readonly allowCheckingNotLoaded: BooleanConstructor; readonly cascade: { readonly type: BooleanConstructor; readonly default: true; }; readonly childrenKey: { readonly type: StringConstructor; readonly default: "children"; }; readonly indent: { readonly type: NumberConstructor; readonly default: 16; }; readonly flexHeight: BooleanConstructor; readonly summaryPlacement: { readonly type: import("vue").PropType<"top" | "bottom">; readonly default: "bottom"; }; readonly paginationBehaviorOnFilter: { readonly type: import("vue").PropType<"first" | "current">; readonly default: "current"; }; readonly scrollbarProps: import("vue").PropType; readonly localStorageKey: StringConstructor; readonly renderCell: import("vue").PropType<(value: any, rowData: object, column: import("./data-table").DataTableBaseColumn) => import("vue").VNodeChild>; readonly defaultEmptyValue: import("vue").PropType import("vue").VNodeChild) | undefined>; readonly renderExpandIcon: import("vue").PropType; readonly spinProps: { readonly type: import("vue").PropType; readonly default: {}; }; readonly emptyProps: import("vue").PropType>; readonly getCsvCell: import("vue").PropType; readonly getCsvHeader: import("vue").PropType; readonly onLoad: import("vue").PropType; readonly 'onUpdate:page': import("vue").PropType; readonly onUpdatePage: import("vue").PropType; readonly 'onUpdate:pageSize': import("vue").PropType; readonly onUpdatePageSize: import("vue").PropType; readonly 'onUpdate:sorter': import("vue").PropType>; readonly onUpdateSorter: import("vue").PropType>; readonly 'onUpdate:filters': import("vue").PropType>; readonly onUpdateFilters: import("vue").PropType>; readonly 'onUpdate:checkedRowKeys': import("vue").PropType>; readonly onUpdateCheckedRowKeys: import("vue").PropType>; readonly 'onUpdate:expandedRowKeys': import("vue").PropType>; readonly onUpdateExpandedRowKeys: import("vue").PropType>; readonly onScroll: import("vue").PropType<(e: Event) => void>; readonly onPageChange: import("vue").PropType; readonly onPageSizeChange: import("vue").PropType; readonly onSorterChange: import("vue").PropType | undefined>; readonly onFiltersChange: import("vue").PropType | undefined>; readonly onCheckedRowKeysChange: import("vue").PropType | undefined>; readonly theme: import("vue").PropType; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; Radio: import("./_mixins").Theme<"Radio", { radioSizeSmall: string; radioSizeMedium: string; radioSizeLarge: string; buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; labelPadding: string; labelFontWeight: string; labelFontSizeSmall: string; labelFontSizeMedium: string; labelFontSizeLarge: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; fontWeight: string; boxShadow: string; boxShadowActive: string; boxShadowFocus: string; boxShadowHover: string; boxShadowPressed: string; boxShadowDisabled: string; boxShadowChecked: string; boxShadowActiveChecked: string; boxShadowFocusChecked: string; boxShadowHoverChecked: string; boxShadowPressedChecked: string; boxShadowDisabledChecked: string; color: string; colorDisabled: string; colorActive: string; textColor: string; textColorDisabled: string; dotColorActive: string; dotColorDisabled: string; buttonBorderColor: string; buttonBorderColorActive: string; buttonBorderColorHover: string; buttonColor: string; buttonColorActive: string; buttonTextColor: string; buttonTextColorActive: string; buttonTextColorHover: string; opacityDisabled: string; buttonBoxShadowFocus: string; buttonBoxShadowHover: string; buttonBoxShadow: string; buttonBorderRadius: string; }, any>; Pagination: import("./_mixins").Theme<"Pagination", { itemPaddingSmall: string; itemMarginSmall: string; itemMarginSmallRtl: string; itemPaddingMedium: string; itemMarginMedium: string; itemMarginMediumRtl: string; itemPaddingLarge: string; itemMarginLarge: string; itemMarginLargeRtl: string; buttonIconSizeSmall: string; buttonIconSizeMedium: string; buttonIconSizeLarge: string; inputWidthSmall: string; selectWidthSmall: string; inputMarginSmall: string; inputMarginSmallRtl: string; selectMarginSmall: string; prefixMarginSmall: string; suffixMarginSmall: string; inputWidthMedium: string; selectWidthMedium: string; inputMarginMedium: string; inputMarginMediumRtl: string; selectMarginMedium: string; prefixMarginMedium: string; suffixMarginMedium: string; inputWidthLarge: string; selectWidthLarge: string; inputMarginLarge: string; inputMarginLargeRtl: string; selectMarginLarge: string; prefixMarginLarge: string; suffixMarginLarge: string; buttonColor: string; buttonColorHover: string; buttonColorPressed: string; buttonBorder: string; buttonBorderHover: string; buttonBorderPressed: string; buttonIconColor: string; buttonIconColorHover: string; buttonIconColorPressed: string; itemTextColor: string; itemTextColorHover: string; itemTextColorPressed: string; itemTextColorActive: string; itemTextColorDisabled: string; itemColor: string; itemColorHover: string; itemColorPressed: string; itemColorActive: string; itemColorActiveHover: string; itemColorDisabled: string; itemBorder: string; itemBorderHover: string; itemBorderPressed: string; itemBorderActive: string; itemBorderDisabled: string; itemBorderRadius: string; itemSizeSmall: string; itemSizeMedium: string; itemSizeLarge: string; itemFontSizeSmall: string; itemFontSizeMedium: string; itemFontSizeLarge: string; jumperFontSizeSmall: string; jumperFontSizeMedium: string; jumperFontSizeLarge: string; jumperTextColor: string; jumperTextColorDisabled: string; paginationSizePickerBackground: string; paginationSizePickerBorder: string; }, { Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>; 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>; 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>; Ellipsis: import("./_mixins").Theme<"Ellipsis", unknown, { Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>; readonly themeOverrides: import("vue").PropType; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; Radio: import("./_mixins").Theme<"Radio", { radioSizeSmall: string; radioSizeMedium: string; radioSizeLarge: string; buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; labelPadding: string; labelFontWeight: string; labelFontSizeSmall: string; labelFontSizeMedium: string; labelFontSizeLarge: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; fontWeight: string; boxShadow: string; boxShadowActive: string; boxShadowFocus: string; boxShadowHover: string; boxShadowPressed: string; boxShadowDisabled: string; boxShadowChecked: string; boxShadowActiveChecked: string; boxShadowFocusChecked: string; boxShadowHoverChecked: string; boxShadowPressedChecked: string; boxShadowDisabledChecked: string; color: string; colorDisabled: string; colorActive: string; textColor: string; textColorDisabled: string; dotColorActive: string; dotColorDisabled: string; buttonBorderColor: string; buttonBorderColorActive: string; buttonBorderColorHover: string; buttonColor: string; buttonColorActive: string; buttonTextColor: string; buttonTextColorActive: string; buttonTextColorHover: string; opacityDisabled: string; buttonBoxShadowFocus: string; buttonBoxShadowHover: string; buttonBoxShadow: string; buttonBorderRadius: string; }, any>; Pagination: import("./_mixins").Theme<"Pagination", { itemPaddingSmall: string; itemMarginSmall: string; itemMarginSmallRtl: string; itemPaddingMedium: string; itemMarginMedium: string; itemMarginMediumRtl: string; itemPaddingLarge: string; itemMarginLarge: string; itemMarginLargeRtl: string; buttonIconSizeSmall: string; buttonIconSizeMedium: string; buttonIconSizeLarge: string; inputWidthSmall: string; selectWidthSmall: string; inputMarginSmall: string; inputMarginSmallRtl: string; selectMarginSmall: string; prefixMarginSmall: string; suffixMarginSmall: string; inputWidthMedium: string; selectWidthMedium: string; inputMarginMedium: string; inputMarginMediumRtl: string; selectMarginMedium: string; prefixMarginMedium: string; suffixMarginMedium: string; inputWidthLarge: string; selectWidthLarge: string; inputMarginLarge: string; inputMarginLargeRtl: string; selectMarginLarge: string; prefixMarginLarge: string; suffixMarginLarge: string; buttonColor: string; buttonColorHover: string; buttonColorPressed: string; buttonBorder: string; buttonBorderHover: string; buttonBorderPressed: string; buttonIconColor: string; buttonIconColorHover: string; buttonIconColorPressed: string; itemTextColor: string; itemTextColorHover: string; itemTextColorPressed: string; itemTextColorActive: string; itemTextColorDisabled: string; itemColor: string; itemColorHover: string; itemColorPressed: string; itemColorActive: string; itemColorActiveHover: string; itemColorDisabled: string; itemBorder: string; itemBorderHover: string; itemBorderPressed: string; itemBorderActive: string; itemBorderDisabled: string; itemBorderRadius: string; itemSizeSmall: string; itemSizeMedium: string; itemSizeLarge: string; itemFontSizeSmall: string; itemFontSizeMedium: string; itemFontSizeLarge: string; jumperFontSizeSmall: string; jumperFontSizeMedium: string; jumperFontSizeLarge: string; jumperTextColor: string; jumperTextColorDisabled: string; paginationSizePickerBackground: string; paginationSizePickerBorder: string; }, { Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>; 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>; 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>; Ellipsis: import("./_mixins").Theme<"Ellipsis", unknown, { Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; Radio: import("./_mixins").Theme<"Radio", { radioSizeSmall: string; radioSizeMedium: string; radioSizeLarge: string; buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; labelPadding: string; labelFontWeight: string; labelFontSizeSmall: string; labelFontSizeMedium: string; labelFontSizeLarge: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; fontWeight: string; boxShadow: string; boxShadowActive: string; boxShadowFocus: string; boxShadowHover: string; boxShadowPressed: string; boxShadowDisabled: string; boxShadowChecked: string; boxShadowActiveChecked: string; boxShadowFocusChecked: string; boxShadowHoverChecked: string; boxShadowPressedChecked: string; boxShadowDisabledChecked: string; color: string; colorDisabled: string; colorActive: string; textColor: string; textColorDisabled: string; dotColorActive: string; dotColorDisabled: string; buttonBorderColor: string; buttonBorderColorActive: string; buttonBorderColorHover: string; buttonColor: string; buttonColorActive: string; buttonTextColor: string; buttonTextColorActive: string; buttonTextColorHover: string; opacityDisabled: string; buttonBoxShadowFocus: string; buttonBoxShadowHover: string; buttonBoxShadow: string; buttonBorderRadius: string; }, any>; Pagination: import("./_mixins").Theme<"Pagination", { itemPaddingSmall: string; itemMarginSmall: string; itemMarginSmallRtl: string; itemPaddingMedium: string; itemMarginMedium: string; itemMarginMediumRtl: string; itemPaddingLarge: string; itemMarginLarge: string; itemMarginLargeRtl: string; buttonIconSizeSmall: string; buttonIconSizeMedium: string; buttonIconSizeLarge: string; inputWidthSmall: string; selectWidthSmall: string; inputMarginSmall: string; inputMarginSmallRtl: string; selectMarginSmall: string; prefixMarginSmall: string; suffixMarginSmall: string; inputWidthMedium: string; selectWidthMedium: string; inputMarginMedium: string; inputMarginMediumRtl: string; selectMarginMedium: string; prefixMarginMedium: string; suffixMarginMedium: string; inputWidthLarge: string; selectWidthLarge: string; inputMarginLarge: string; inputMarginLargeRtl: string; selectMarginLarge: string; prefixMarginLarge: string; suffixMarginLarge: string; buttonColor: string; buttonColorHover: string; buttonColorPressed: string; buttonBorder: string; buttonBorderHover: string; buttonBorderPressed: string; buttonIconColor: string; buttonIconColorHover: string; buttonIconColorPressed: string; itemTextColor: string; itemTextColorHover: string; itemTextColorPressed: string; itemTextColorActive: string; itemTextColorDisabled: string; itemColor: string; itemColorHover: string; itemColorPressed: string; itemColorActive: string; itemColorActiveHover: string; itemColorDisabled: string; itemBorder: string; itemBorderHover: string; itemBorderPressed: string; itemBorderActive: string; itemBorderDisabled: string; itemBorderRadius: string; itemSizeSmall: string; itemSizeMedium: string; itemSizeLarge: string; itemFontSizeSmall: string; itemFontSizeMedium: string; itemFontSizeLarge: string; jumperFontSizeSmall: string; jumperFontSizeMedium: string; jumperFontSizeLarge: string; jumperTextColor: string; jumperTextColorDisabled: string; paginationSizePickerBackground: string; paginationSizePickerBorder: string; }, { Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>; 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>; 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>; Ellipsis: import("./_mixins").Theme<"Ellipsis", unknown, { Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>>; }>> & Readonly<{ onEdit?: ((...args: any[]) => any) | undefined; }>, { readonly bordered: boolean | undefined; readonly data: import("./data-table").DataTableRowData[]; readonly size: import("./data-table").DataTableSize; readonly loading: boolean; readonly loadingSkeleton: boolean; readonly spinProps: import("./_internal").BaseLoadingExposedProps; readonly columns: import("./data-table").DataTableColumns; readonly allowCheckingNotLoaded: boolean; readonly remote: boolean; readonly cascade: boolean; readonly virtualScroll: boolean; readonly pagination: false | import("./pagination").PaginationProps; readonly paginateSinglePage: boolean; readonly bottomBordered: boolean | undefined; readonly striped: boolean; readonly defaultCheckedRowKeys: import("./data-table").DataTableRowKey[]; readonly singleLine: boolean; readonly singleColumn: boolean; readonly defaultExpandedRowKeys: import("./data-table").DataTableRowKey[]; readonly defaultExpandAll: boolean; readonly stickyExpandedRows: boolean; readonly tableLayout: "auto" | "fixed"; readonly resizableMinWidth: string | number; readonly resizableStorage: boolean; readonly childrenKey: string; readonly indent: number; readonly flexHeight: boolean; readonly summaryPlacement: "top" | "bottom"; readonly paginationBehaviorOnFilter: "first" | "current"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './date-picker'; export { datePickerProps } from './date-picker'; export declare const UDatePicker: import("vue").DefineComponent; default: undefined; }; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly clearable: BooleanConstructor; readonly round: BooleanConstructor; readonly updateValueOnClose: BooleanConstructor; readonly defaultValue: import("vue").PropType; readonly defaultFormattedValue: import("vue").PropType; readonly defaultTime: import("vue").PropType; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly value: import("vue").PropType; readonly formattedValue: import("vue").PropType; readonly size: import("vue").PropType; readonly type: { readonly type: import("vue").PropType; readonly default: "date"; }; readonly valueFormat: StringConstructor; readonly separator: StringConstructor; readonly placeholder: StringConstructor; readonly startPlaceholder: StringConstructor; readonly endPlaceholder: StringConstructor; readonly format: StringConstructor; readonly dateFormat: StringConstructor; readonly timeFormat: StringConstructor; readonly actions: import("vue").PropType | null>; readonly shortcuts: import("vue").PropType; readonly defaultShortcuts: BooleanConstructor; readonly isDateDisabled: import("vue").PropType; readonly maxDate: import("vue").PropType; readonly isTimeDisabled: import("vue").PropType; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly panel: BooleanConstructor; readonly ranges: import("vue").PropType>; readonly firstDayOfWeek: import("vue").PropType; readonly inputReadonly: BooleanConstructor; readonly closeOnSelect: BooleanConstructor; readonly status: import("vue").PropType; readonly timePickerProps: import("vue").PropType; readonly onClear: import("vue").PropType<() => void>; readonly onConfirm: import("vue").PropType; readonly defaultCalendarStartTime: NumberConstructor; readonly defaultCalendarEndTime: NumberConstructor; readonly ssrCurrentTimestamp: NumberConstructor; readonly bindCalendarMonths: BooleanConstructor; readonly triggerPreset: { readonly type: import("vue").PropType; readonly default: "input"; }; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly 'onUpdate:formattedValue': import("vue").PropType>; readonly onUpdateFormattedValue: import("vue").PropType>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>; readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>; readonly onChange: import("vue").PropType>; readonly theme: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; TimePicker: import("./_mixins").Theme<"TimePicker", { itemFontSize: string; itemFontWeight: string; itemHeight: string; itemWidth: string; panelActionPadding: string; panelColor: string; panelBoxShadow: string; panelDividerColor: string; itemTextColor: string; itemTextColorActive: string; itemColorHover: string; itemOpacityDisabled: string; itemBorderRadius: string; borderRadius: string; iconColor: string; iconColorDisabled: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>; 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>; Select: 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>; }>; }>>; readonly themeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; TimePicker: import("./_mixins").Theme<"TimePicker", { itemFontSize: string; itemFontWeight: string; itemHeight: string; itemWidth: string; panelActionPadding: string; panelColor: string; panelBoxShadow: string; panelDividerColor: string; itemTextColor: string; itemTextColorActive: string; itemColorHover: string; itemOpacityDisabled: string; itemBorderRadius: string; borderRadius: string; iconColor: string; iconColorDisabled: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>; 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>; Select: 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>; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; TimePicker: import("./_mixins").Theme<"TimePicker", { itemFontSize: string; itemFontWeight: string; itemHeight: string; itemWidth: string; panelActionPadding: string; panelColor: string; panelBoxShadow: string; panelDividerColor: string; itemTextColor: string; itemTextColorActive: string; itemColorHover: string; itemOpacityDisabled: string; itemBorderRadius: string; borderRadius: string; iconColor: string; iconColorDisabled: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>; 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>; Select: 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>; }>; }>>>; }>, { rangeTypes: import("./date-picker/src/config").DatePickerType[]; mergedStatus: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; mergedBordered: import("vue").ComputedRef; namespace: import("vue").ComputedRef; uncontrolledValue: import("vue").Ref; pendingValue: import("vue").Ref; panelInstRef: import("vue").Ref<{ $el: HTMLElement; yearScrollbarRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null | undefined; yearVlRef?: { listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null | undefined; startYearScrollbarRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null | undefined; endYearScrollbarRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null | undefined; startMonthScrollbarRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null | undefined; endMonthScrollbarRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null | undefined; startYearVlRef?: { listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null | undefined; endYearVlRef?: { listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null | undefined; } | null, import("./date-picker/src/interface").PanelRef | { $el: HTMLElement; yearScrollbarRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null | undefined; yearVlRef?: { listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null | undefined; startYearScrollbarRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null | undefined; endYearScrollbarRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null | undefined; startMonthScrollbarRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null | undefined; endMonthScrollbarRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null | undefined; startYearVlRef?: { listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null | undefined; endYearVlRef?: { listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null | undefined; } | null>; triggerElRef: import("vue").Ref; inputInstRef: import("vue").Ref<{ wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null, { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null>; isMounted: Readonly>; displayTime: import("vue").Ref; displayStartTime: import("vue").Ref; displayEndTime: import("vue").Ref; mergedShow: import("vue").ComputedRef; adjustedTo: import("vue").ComputedRef; isRange: import("vue").ComputedRef; localizedStartPlaceholder: import("vue").ComputedRef; localizedEndPlaceholder: import("vue").ComputedRef; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">; mergedDisabled: import("vue").ComputedRef; localizedPlacehoder: import("vue").ComputedRef; isValueInvalid: import("vue").ComputedRef; isStartValueInvalid: import("vue").ComputedRef; isEndValueInvalid: import("vue").ComputedRef; handleInputKeydown: (e: KeyboardEvent) => void; handleClickOutside: (e: MouseEvent) => void; handleKeydown: (e: KeyboardEvent) => void; handleClear: () => void; handlePanelClear: () => void; handleTriggerClick: (e: MouseEvent) => void; handleInputActivate: () => void; handleInputDeactivate: () => void; handleInputFocus: (e: FocusEvent) => void; handleInputBlur: (e: FocusEvent) => void; handlePanelTabOut: () => void; handlePanelClose: (disableUpdateOnClose: boolean) => void; handleRangeUpdateValue: (v: [string, string]) => void; handleSingleUpdateValue: (v: string) => void; handlePanelUpdateValue: (value: import("./date-picker/src/interface").Value | null, doUpdate: boolean) => void; handlePanelConfirm: () => void; getDefaultShortcuts: () => import("./date-picker/src/interface").Shortcuts; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { itemColor: string; itemColorHover: string; itemColorPressed: string; itemColorDisabled: string; itemTextColor: string; itemTextColorHover: string; itemTextColorPressed: string; itemTextColorDisabled: string; itemColorActive: string; itemColorActiveHover: string; itemColorActivePressed: string; itemColorActiveDisabled: string; itemTextColorActive: string; itemTextColorActiveHover: string; itemTextColorActivePressed: string; itemTextColorActiveDisabled: string; itemColorCurrent: string; itemColorCurrentHover: string; itemColorCurrentPressed: string; itemColorCurrentDisabled: string; itemTextColorCurrent: string; itemTextColorCurrentHover: string; itemTextColorCurrentPressed: string; itemTextColorCurrentDisabled: string; itemColorIncluded: string; itemColorIncludedHover: string; itemColorIncludedPressed: string; itemColorIncludedDisabled: string; itemTextColorIncluded: string; itemTextColorIncludedHover: string; itemTextColorIncludedPressed: string; itemTextColorIncludedDisabled: string; itemColorExcluded: string; itemTextColorExcluded: string; arrowSize: string; arrowColor: string; itemFontSize: string; itemFontWeight: string; itemBorderRadius: string; calendarDaysFontSize: string; calendarTitleFontSize: string; monthItemTextColorActive: string; monthItemColorActive: string; monthItemColor: string; monthItemTextColor: string; monthItemColorHover: string; monthItemTextColorHover: string; titleColorActive: string; panelColor: string; panelTextColor: string; calendarTitleTextColor: string; calendarTitleColorHover: string; calendarDividerColor: string; panelActionDividerColor: string; panelBoxShadow: string; panelBorderRadius: string; calendarTitleFontWeight: string; scrollItemBorderRadius: string; iconColor: string; iconColorDisabled: string; itemWidth: string; itemHeight: string; itemSelectedWidth: string; itemCellWidth: string; itemCellHeight: string; itemHeadCellWidth: string; itemHeadCellHeight: string; scrollItemWidth: string; scrollItemHeight: string; scrollItemGap: string; panelExtraFooterPadding: string; panelActionPadding: string; calendarTitlePadding: string; calendarTitleHeight: string; panelHeaderPadding: string; calendarDaysHeight: string; calendarTitleGridTempateColumns: string; calendarLeftPaddingDate: string; calendarLeftPaddingDatetime: string; calendarLeftPaddingDaterange: string; calendarLeftPaddingDatetimerange: string; calendarLeftPaddingMonth: string; calendarLeftPaddingYear: string; calendarLeftPaddingQuarter: string; calendarLeftPaddingMonthrange: string; calendarLeftPaddingQuarterrange: string; calendarLeftPaddingYearrange: string; calendarRightPaddingDate: string; calendarRightPaddingDatetime: string; calendarRightPaddingDaterange: string; calendarRightPaddingDatetimerange: string; calendarRightPaddingMonth: string; calendarRightPaddingYear: string; calendarRightPaddingQuarter: string; calendarRightPaddingMonthrange: string; calendarRightPaddingQuarterrange: string; calendarRightPaddingYearrange: string; }; peers: { Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; TimePicker: import("./_mixins").Theme<"TimePicker", { itemFontSize: string; itemFontWeight: string; itemHeight: string; itemWidth: string; panelActionPadding: string; panelColor: string; panelBoxShadow: string; panelDividerColor: string; itemTextColor: string; itemTextColorActive: string; itemColorHover: string; itemOpacityDisabled: string; itemBorderRadius: string; borderRadius: string; iconColor: string; iconColorDisabled: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>; 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>; Select: 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>; }>; }; peerOverrides: { Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; TimePicker?: { peers?: { Scrollbar?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; Button?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; Input?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Select?: { peers?: { Popover?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; }; }>; actions: import("vue").ComputedRef; triggerCssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-icon-color-override': string; '--u-icon-color-disabled-override': string; }> | undefined; triggerThemeClass: import("vue").Ref | undefined; triggerOnRender: (() => void) | undefined; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-panel-border-radius': string; '--u-panel-color': string; '--u-panel-box-shadow': string; '--u-panel-text-color': string; '--u-item-color': string; '--u-item-color-hover': string; '--u-item-color-pressed': string; '--u-item-color-disabled': string; '--u-item-text-color': string; '--u-item-text-color-hover': string; '--u-item-text-color-pressed': string; '--u-item-text-color-disabled': string; '--u-item-color-active': string; '--u-item-color-active-hover': string; '--u-item-color-active-pressed': string; '--u-item-color-active-disabled': string; '--u-item-text-color-active': string; '--u-item-text-color-active-hover': string; '--u-item-text-color-active-pressed': string; '--u-item-text-color-active-disabled': string; '--u-item-color-current': string; '--u-item-color-current-hover': string; '--u-item-color-current-pressed': string; '--u-item-color-current-disabled': string; '--u-item-text-color-current': string; '--u-item-text-color-current-hover': string; '--u-item-text-color-current-pressed': string; '--u-item-text-color-current-disabled': string; '--u-item-color-included': string; '--u-item-color-included-hover': string; '--u-item-color-included-pressed': string; '--u-item-color-included-disabled': string; '--u-item-text-color-included': string; '--u-item-text-color-included-hover': string; '--u-item-text-color-included-pressed': string; '--u-item-text-color-included-disabled': string; '--u-item-color-excluded': string; '--u-item-text-color-excluded': string; '--u-panel-header-padding': string; '--u-calendar-title-color-hover': string; '--u-calendar-title-height': string; '--u-calendar-title-padding': string; '--u-calendar-title-font-size': string; '--u-calendar-title-font-weight': string; '--u-calendar-title-text-color': string; '--u-calendar-title-grid-template-columns': string; '--u-calendar-days-height': string; '--u-calendar-days-font-size': string; '--u-calendar-divider-color': string; '--u-calendar-item-color-active': string; '--u-calendar-item-text-color-active': string; '--u-calendar-item-color': string; '--u-calendar-item-text-color': string; '--u-calendar-item-color-hover': string; '--u-calendar-item-text-color-hover': string; '--u-calendar-title-color-active': string; '--u-panel-action-padding': string; '--u-panel-extra-footer-padding': string; '--u-panel-action-divider-color': string; '--u-item-font-size': string; '--u-item-font-weight': string; '--u-item-border-radius': string; '--u-item-width': string; '--u-item-height': string; '--u-item-selected-size': string; '--u-item-cell-width': string; '--u-item-cell-height': string; '--u-item-head-cell-width': string; '--u-item-head-cell-height': string; '--u-scroll-item-width': string; '--u-scroll-item-height': string; '--u-scroll-item-gap': string; '--u-scroll-item-border-radius': string; '--u-arrow-size': string; '--u-arrow-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; focus: () => void; blur: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly clearable: BooleanConstructor; readonly round: BooleanConstructor; readonly updateValueOnClose: BooleanConstructor; readonly defaultValue: import("vue").PropType; readonly defaultFormattedValue: import("vue").PropType; readonly defaultTime: import("vue").PropType; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly value: import("vue").PropType; readonly formattedValue: import("vue").PropType; readonly size: import("vue").PropType; readonly type: { readonly type: import("vue").PropType; readonly default: "date"; }; readonly valueFormat: StringConstructor; readonly separator: StringConstructor; readonly placeholder: StringConstructor; readonly startPlaceholder: StringConstructor; readonly endPlaceholder: StringConstructor; readonly format: StringConstructor; readonly dateFormat: StringConstructor; readonly timeFormat: StringConstructor; readonly actions: import("vue").PropType | null>; readonly shortcuts: import("vue").PropType; readonly defaultShortcuts: BooleanConstructor; readonly isDateDisabled: import("vue").PropType; readonly maxDate: import("vue").PropType; readonly isTimeDisabled: import("vue").PropType; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly panel: BooleanConstructor; readonly ranges: import("vue").PropType>; readonly firstDayOfWeek: import("vue").PropType; readonly inputReadonly: BooleanConstructor; readonly closeOnSelect: BooleanConstructor; readonly status: import("vue").PropType; readonly timePickerProps: import("vue").PropType; readonly onClear: import("vue").PropType<() => void>; readonly onConfirm: import("vue").PropType; readonly defaultCalendarStartTime: NumberConstructor; readonly defaultCalendarEndTime: NumberConstructor; readonly ssrCurrentTimestamp: NumberConstructor; readonly bindCalendarMonths: BooleanConstructor; readonly triggerPreset: { readonly type: import("vue").PropType; readonly default: "input"; }; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly 'onUpdate:formattedValue': import("vue").PropType>; readonly onUpdateFormattedValue: import("vue").PropType>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>; readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>; readonly onChange: import("vue").PropType>; readonly theme: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; TimePicker: import("./_mixins").Theme<"TimePicker", { itemFontSize: string; itemFontWeight: string; itemHeight: string; itemWidth: string; panelActionPadding: string; panelColor: string; panelBoxShadow: string; panelDividerColor: string; itemTextColor: string; itemTextColorActive: string; itemColorHover: string; itemOpacityDisabled: string; itemBorderRadius: string; borderRadius: string; iconColor: string; iconColorDisabled: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>; 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>; Select: 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>; }>; }>>; readonly themeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; TimePicker: import("./_mixins").Theme<"TimePicker", { itemFontSize: string; itemFontWeight: string; itemHeight: string; itemWidth: string; panelActionPadding: string; panelColor: string; panelBoxShadow: string; panelDividerColor: string; itemTextColor: string; itemTextColorActive: string; itemColorHover: string; itemOpacityDisabled: string; itemBorderRadius: string; borderRadius: string; iconColor: string; iconColorDisabled: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>; 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>; Select: 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>; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; TimePicker: import("./_mixins").Theme<"TimePicker", { itemFontSize: string; itemFontWeight: string; itemHeight: string; itemWidth: string; panelActionPadding: string; panelColor: string; panelBoxShadow: string; panelDividerColor: string; itemTextColor: string; itemTextColorActive: string; itemColorHover: string; itemOpacityDisabled: string; itemBorderRadius: string; borderRadius: string; iconColor: string; iconColorDisabled: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>; 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>; Select: 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>; }>; }>>>; }>> & Readonly<{}>, { readonly bordered: boolean | undefined; readonly disabled: boolean | undefined; readonly type: import("./date-picker/src/config").DatePickerType; readonly to: string | boolean | HTMLElement; readonly clearable: boolean; readonly placement: import("vueuc").FollowerPlacement; readonly round: boolean; readonly show: boolean | undefined; readonly inputReadonly: boolean; readonly updateValueOnClose: boolean; readonly defaultShortcuts: boolean; readonly panel: boolean; readonly closeOnSelect: boolean; readonly bindCalendarMonths: boolean; readonly triggerPreset: import("./date-picker/src/interface").TriggerPreset; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './date-picker-v2'; export { datePickerV2Dark, datePickerV2Light } from './date-picker-v2'; export declare const UDatePickerV2: import("vue").DefineComponent; default: undefined; }; readonly type: { readonly type: import("vue").PropType<"date" | "daterange">; readonly default: "date"; }; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly round: BooleanConstructor; readonly clearable: BooleanConstructor; readonly defaultValue: import("vue").PropType; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly value: import("vue").PropType; readonly size: import("vue").PropType; readonly placeholder: StringConstructor; readonly startPlaceholder: StringConstructor; readonly endPlaceholder: StringConstructor; readonly separator: StringConstructor; readonly format: { readonly type: StringConstructor; readonly default: "DD.MM.YYYY"; }; readonly triggerPreset: { readonly type: import("vue").PropType; readonly default: "input"; }; readonly isDateDisabled: import("vue").PropType; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly status: import("vue").PropType; readonly inputReadonly: BooleanConstructor; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>; readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>; readonly theme: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Select: 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>; }>; 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: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Select: 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>; }>; 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: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Select: 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>; }>; 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; mergedBordered: import("vue").ComputedRef; mergedDisabled: import("vue").ComputedRef; mergedStatus: import("vue").ComputedRef; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">; mergedShow: import("vue").ComputedRef; mergedValue: import("vue").ComputedRef; isRange: import("vue").ComputedRef; displayValue: import("vue").ComputedRef; displayStartValue: import("vue").ComputedRef; displayEndValue: import("vue").ComputedRef; namespace: import("vue").ComputedRef; adjustedTo: import("vue").ComputedRef; isMounted: Readonly>; triggerElRef: import("vue").Ref; inputInstRef: import("vue").Ref<{ wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null, { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null>; panelRef: import("vue").Ref; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { panelColor: string; panelBoxShadow: string; panelBorderRadius: string; panelTextColor: string; dividerColor: string; itemTextColor: string; itemTextColorOtherMonth: string; itemTextColorDisabled: string; itemColorHover: string; itemColorActive: string; itemColorIncluded: string; itemTextColorActive: string; itemBorderRadius: string; iconColor: string; iconColorDisabled: string; weekdayTextColor: string; weekendTextColor: string; monthItemHeight: string; monthItemColorHover: string; monthItemColorActive: string; monthItemTextColorActive: string; yearTriggerColor: string; yearTriggerColorHover: string; yearTriggerTextColor: string; currentDateIndicatorColor: string; }; peers: { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Select: 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>; }>; 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: { Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Select?: { peers?: { Popover?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; displayYear: import("vue").Ref; displayMonth: import("vue").Ref; showYearDropdown: import("vue").Ref; currentRangeValue: import("vue").ComputedRef; isSelecting: import("vue").Ref; handleTriggerClick: () => void; handleInputFocus: (e: FocusEvent) => void; handleInputBlur: (e: FocusEvent) => void; handleClickOutside: (e: MouseEvent) => void; handleClear: () => void; handleSelect: (value: import(".").DatePickerV2Value | import(".").DatePickerV2RangeValue) => void; handleKeydown: (e: KeyboardEvent) => void; handleInputUpdateValue: (value: string | [string, string]) => void; handleSingleUpdateValue: (v: string) => void; handleRangeUpdateValue: (v: [string, string]) => void; handleDateClick: (ts: number) => void; handleDateMouseEnter: (ts: number) => void; handleMonthSelect: (year: number, month: number) => void; handleYearSelect: (year: number) => void; handleToggleYearDropdown: () => void; handleMonthScroll: (year: number) => void; mergedIsDateDisabledSingle: (ts: number) => boolean; mergedIsDateDisabledRange: (ts: number) => boolean; triggerDisplayValue: import("vue").ComputedRef; hasDisplayValue: import("vue").ComputedRef; singlePlaceholder: import("vue").ComputedRef; startPlaceholder: import("vue").ComputedRef; endPlaceholder: import("vue").ComputedRef; singleInputValue: import("vue").Ref; rangeStartInputValue: import("vue").Ref; rangeEndInputValue: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': any; '--u-panel-color': any; '--u-panel-box-shadow': any; '--u-panel-border-radius': any; '--u-panel-text-color': any; '--u-divider-color': any; '--u-item-text-color': any; '--u-item-text-color-other-month': any; '--u-item-text-color-disabled': any; '--u-item-color-hover': any; '--u-item-color-active': any; '--u-item-text-color-active': any; '--u-item-color-included': any; '--u-item-border-radius': any; '--u-icon-color': any; '--u-icon-color-disabled': any; '--u-weekday-text-color': any; '--u-weekend-text-color': any; '--u-month-item-height': any; '--u-month-item-color-hover': any; '--u-month-item-color-active': any; '--u-month-item-text-color-active': any; '--u-year-trigger-color': any; '--u-year-trigger-color-hover': any; '--u-year-trigger-text-color': any; '--u-current-date-indicator-color': any; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; readonly type: { readonly type: import("vue").PropType<"date" | "daterange">; readonly default: "date"; }; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly round: BooleanConstructor; readonly clearable: BooleanConstructor; readonly defaultValue: import("vue").PropType; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly value: import("vue").PropType; readonly size: import("vue").PropType; readonly placeholder: StringConstructor; readonly startPlaceholder: StringConstructor; readonly endPlaceholder: StringConstructor; readonly separator: StringConstructor; readonly format: { readonly type: StringConstructor; readonly default: "DD.MM.YYYY"; }; readonly triggerPreset: { readonly type: import("vue").PropType; readonly default: "input"; }; readonly isDateDisabled: import("vue").PropType; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly status: import("vue").PropType; readonly inputReadonly: BooleanConstructor; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>; readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>; readonly theme: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Select: 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>; }>; 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: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Select: 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>; }>; 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: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Select: 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>; }>; 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 bordered: boolean | undefined; readonly disabled: boolean | undefined; readonly type: "date" | "daterange"; readonly to: string | boolean | HTMLElement; readonly clearable: boolean; readonly placement: import("vueuc").FollowerPlacement; readonly round: boolean; readonly show: boolean | undefined; readonly format: string; readonly inputReadonly: boolean; readonly triggerPreset: import(".").DatePickerV2TriggerPreset; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './descriptions'; export { descriptionsItemProps, descriptionsProps } from './descriptions'; export declare const UDescriptions: import("vue").DefineComponent; readonly default: () => { width: string; height: string; round: boolean; }; }; readonly title: StringConstructor; readonly column: { readonly type: NumberConstructor; readonly default: 3; }; readonly columns: NumberConstructor; readonly labelPlacement: { readonly type: import("vue").PropType<"left" | "top">; readonly default: "top"; }; readonly labelAlign: { readonly type: import("vue").PropType<"left" | "right" | "center">; readonly default: "left"; }; readonly separator: { readonly type: StringConstructor; readonly default: ":"; }; readonly size: import("vue").PropType; readonly bordered: BooleanConstructor; readonly loadingSkeleton: BooleanConstructor; readonly labelClass: StringConstructor; readonly labelStyle: import("vue").PropType; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-title-text-color': string; '--u-th-padding': string; '--u-td-padding': string; '--u-font-size': string; '--u-bezier': string; '--u-th-font-weight': string; '--u-line-height': string; '--u-th-text-color': string; '--u-td-text-color': string; '--u-th-color': string; '--u-th-color-modal': string; '--u-th-color-popover': string; '--u-td-color': string; '--u-td-color-modal': string; '--u-td-color-popover': string; '--u-border-radius': string; '--u-border-color': string; '--u-border-color-modal': string; '--u-border-color-popover': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; compitableColumn: import("vue").ComputedRef; inlineThemeDisabled: boolean | undefined; mergedSize: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: () => { width: string; height: string; round: boolean; }; }; readonly title: StringConstructor; readonly column: { readonly type: NumberConstructor; readonly default: 3; }; readonly columns: NumberConstructor; readonly labelPlacement: { readonly type: import("vue").PropType<"left" | "top">; readonly default: "top"; }; readonly labelAlign: { readonly type: import("vue").PropType<"left" | "right" | "center">; readonly default: "left"; }; readonly separator: { readonly type: StringConstructor; readonly default: ":"; }; readonly size: import("vue").PropType; readonly bordered: BooleanConstructor; readonly loadingSkeleton: BooleanConstructor; readonly labelClass: StringConstructor; readonly labelStyle: import("vue").PropType; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly bordered: boolean; readonly labelAlign: "center" | "left" | "right"; readonly labelPlacement: "left" | "top"; readonly separator: string; readonly loadingSkeleton: boolean; readonly column: number; readonly skeletonProps: import("./_internal/skeleton").SkeletonProps; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UDescriptionsItem: import("vue").DefineComponent; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; }>> & Readonly<{}>, { readonly span: number; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './dialog'; export { dialogProps, dialogProviderProps, useDialog, useDialogReactiveList } from './dialog'; export { UDialogProvider } from './dialog'; export declare const UDialog: import("vue").DefineComponent import("vue").VNodeChild>; type: { readonly type: import("vue").PropType<"info" | "success" | "warning" | "error" | "default">; readonly default: "default"; }; title: import("vue").PropType import("vue").VNodeChild)>; closable: { readonly type: BooleanConstructor; readonly default: true; }; negativeText: StringConstructor; positiveText: StringConstructor; positiveButtonProps: import("vue").PropType; negativeButtonProps: import("vue").PropType; content: import("vue").PropType import("vue").VNodeChild)>; action: import("vue").PropType<() => import("vue").VNodeChild>; body: import("vue").PropType<() => import("vue").VNodeChild>; showIcon: { readonly type: BooleanConstructor; readonly default: false; }; loading: BooleanConstructor; bordered: BooleanConstructor; iconPlacement: import("vue").PropType; onPositiveClick: import("vue").PropType<(e: MouseEvent) => void>; onNegativeClick: import("vue").PropType<(e: MouseEvent) => void>; onClose: import("vue").PropType<() => void>; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>, { mergedClsPrefix: import("vue").Ref; mergedIconPlacement: import("vue").ComputedRef; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { border: string; titleTextColor: string; textColor: string; color: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; borderRadius: string; titleFontSize: string; titleLineHeight: string; titleFontWeight: string; subtitleFontSize: string; subtitleFontWeight: string; subtitleLineHeight: string; closeIconSize: string; closeSize: string; iconSize: string; padding: string; actionSpace: string; contentMargin: string; iconMargin: string; iconMarginIconTop: string; closeMargin: string; closeMarginIconTop: string; closeBorderRadius: string; }; peers: { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }; peerOverrides: { Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; handlePositiveClick: (e: MouseEvent) => void; handleNegativeClick: (e: MouseEvent) => void; handleCloseClick: () => void; cssVars: import("vue").ComputedRef<{ '--u-subtitle-font-size': string; '--u-subtitle-font-weight': string; '--u-subtitle-line-height': string; '--u-icon-color': string; '--u-bezier': string; '--u-close-margin': string; '--u-icon-margin': string; '--u-icon-size': string; '--u-close-size': string; '--u-close-icon-size': string; '--u-close-border-radius': string; '--u-close-color-hover': string; '--u-close-color-pressed': string; '--u-close-icon-color': string; '--u-close-icon-color-hover': string; '--u-close-icon-color-pressed': string; '--u-color': string; '--u-text-color': string; '--u-border-radius': string; '--u-padding': string; '--u-border': string; '--u-content-margin': string; '--u-title-font-size': string; '--u-title-font-weight': string; '--u-title-line-height': string; '--u-title-text-color': string; '--u-action-space': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly import("vue").VNodeChild>; type: { readonly type: import("vue").PropType<"info" | "success" | "warning" | "error" | "default">; readonly default: "default"; }; title: import("vue").PropType import("vue").VNodeChild)>; closable: { readonly type: BooleanConstructor; readonly default: true; }; negativeText: StringConstructor; positiveText: StringConstructor; positiveButtonProps: import("vue").PropType; negativeButtonProps: import("vue").PropType; content: import("vue").PropType import("vue").VNodeChild)>; action: import("vue").PropType<() => import("vue").VNodeChild>; body: import("vue").PropType<() => import("vue").VNodeChild>; showIcon: { readonly type: BooleanConstructor; readonly default: false; }; loading: BooleanConstructor; bordered: BooleanConstructor; iconPlacement: import("vue").PropType; onPositiveClick: import("vue").PropType<(e: MouseEvent) => void>; onNegativeClick: import("vue").PropType<(e: MouseEvent) => void>; onClose: import("vue").PropType<() => void>; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>> & Readonly<{}>, { bordered: boolean; type: "default" | "error" | "warning" | "success" | "info"; loading: boolean; showIcon: boolean; closable: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './discrete'; export { createDiscreteApi } from './discrete'; export type * from './divider'; export { dividerProps } from './divider'; export declare const UDivider: import("vue").DefineComponent; readonly default: "center"; }; readonly dashed: BooleanConstructor; readonly vertical: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-color': string; '--u-text-color': string; '--u-text-space': string; '--u-font-weight': string; '--u-line-height': string; '--u-font-size': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "center"; }; readonly dashed: BooleanConstructor; readonly vertical: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly vertical: boolean; readonly dashed: boolean; readonly titlePlacement: "center" | "left" | "right"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './drawer'; export { drawerContentProps, drawerProps } from './drawer'; export declare const UDrawer: import("vue").DefineComponent; readonly height: import("vue").PropType; readonly disabled: BooleanConstructor; readonly loading: BooleanConstructor; readonly size: { readonly type: import("vue").PropType; readonly default: "medium"; }; readonly placement: { readonly type: import("vue").PropType; readonly default: "right"; }; readonly rounded: { readonly type: BooleanConstructor; readonly default: false; }; readonly maskClosable: { readonly type: BooleanConstructor; readonly default: true; }; readonly showMask: { readonly type: import("vue").PropType; readonly default: true; }; readonly to: import("vue").PropType; readonly displayDirective: { readonly type: import("vue").PropType<"if" | "show">; readonly default: "if"; }; readonly nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: NumberConstructor; readonly onMaskClick: import("vue").PropType<(e: MouseEvent) => void>; readonly scrollbarProps: import("vue").PropType; readonly contentStyle: import("vue").PropType; readonly trapFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly onEsc: import("vue").PropType<() => void>; readonly autoFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly closeOnEsc: { readonly type: BooleanConstructor; readonly default: true; }; readonly blockScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxWidth: NumberConstructor; readonly maxHeight: NumberConstructor; readonly minWidth: NumberConstructor; readonly minHeight: NumberConstructor; readonly resizable: BooleanConstructor; readonly fullscreen: BooleanConstructor; readonly defaultWidth: { readonly type: import("vue").PropType; }; readonly defaultHeight: { readonly type: import("vue").PropType; }; readonly onUpdateWidth: import("vue").PropType void>>; readonly onUpdateHeight: import("vue").PropType void>>; readonly 'onUpdate:width': import("vue").PropType void>>; readonly 'onUpdate:height': import("vue").PropType void>>; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly onAfterEnter: import("vue").PropType<() => void>; readonly onAfterLeave: import("vue").PropType<() => void>; readonly drawerStyle: import("vue").PropType; readonly drawerClass: StringConstructor; readonly target: null; readonly onShow: import("vue").PropType<(value: boolean) => void>; readonly onHide: import("vue").PropType<(value: boolean) => void>; readonly theme: import("vue").PropType; }>>; readonly themeOverrides: import("vue").PropType; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>>>; }>, { mergedClsPrefix: import("vue").Ref; namespace: import("vue").ComputedRef; mergedBodyStyle: import("vue").ComputedRef<(string | import("vue").CSSProperties)[]>; handleMaskClick: (e: MouseEvent) => void; handleEsc: (e: KeyboardEvent) => void; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { color: string; textColor: string; titleTextColor: string; subtitleTextColor: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColor: string; closeColorHover: string; closeColorPressed: string; resizableTriggerColorHover: string; maskColor: string; closeIconSize: string; titleLineHeight: string; titleFontSize: string; titleFontWeight: string; closeSize: string; subtitleFontWeight: string; subtitleLineHeight: string; subtitleFontSize: string; bodyPadding: string; headerPadding: string; footerPadding: string; headerBorderBottom: string; footerBorderTop: string; closeBorderRadius: string; subtitleMarginTop: string; actionsSpace: string; contentMargin: string; contentBorderRadius: string; }; peers: { 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: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; cssVars: import("vue").ComputedRef<{ '--u-mask-color': string; '--u-color': string; '--u-text-color': string; '--u-bezier': string; '--u-bezier-out': string; '--u-bezier-in': string; '--u-header-padding': string; '--u-body-padding': string; '--u-footer-padding': string; '--u-title-text-color': string; '--u-title-font-size': string; '--u-title-line-height': string; '--u-title-font-weight': string; '--u-header-border-bottom': string; '--u-footer-border-top': string; '--u-close-icon-color': string; '--u-close-icon-color-hover': string; '--u-close-icon-color-pressed': string; '--u-close-size': string; '--u-close-color': string; '--u-close-color-hover': string; '--u-close-color-pressed': string; '--u-close-icon-size': string; '--u-close-border-radius': string; '--u-resize-trigger-color-hover': string; '--u-subtitle-margin-top': string; '--u-subtitle-font-weight': string; '--u-subtitle-line-height': string; '--u-subtitle-font-size': string; '--u-subtitle-text-color': string; '--u-actions-space': string; '--u-drawer-margin': string; '--u-drawer-border-radius': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; isMounted: Readonly>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly height: import("vue").PropType; readonly disabled: BooleanConstructor; readonly loading: BooleanConstructor; readonly size: { readonly type: import("vue").PropType; readonly default: "medium"; }; readonly placement: { readonly type: import("vue").PropType; readonly default: "right"; }; readonly rounded: { readonly type: BooleanConstructor; readonly default: false; }; readonly maskClosable: { readonly type: BooleanConstructor; readonly default: true; }; readonly showMask: { readonly type: import("vue").PropType; readonly default: true; }; readonly to: import("vue").PropType; readonly displayDirective: { readonly type: import("vue").PropType<"if" | "show">; readonly default: "if"; }; readonly nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: NumberConstructor; readonly onMaskClick: import("vue").PropType<(e: MouseEvent) => void>; readonly scrollbarProps: import("vue").PropType; readonly contentStyle: import("vue").PropType; readonly trapFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly onEsc: import("vue").PropType<() => void>; readonly autoFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly closeOnEsc: { readonly type: BooleanConstructor; readonly default: true; }; readonly blockScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxWidth: NumberConstructor; readonly maxHeight: NumberConstructor; readonly minWidth: NumberConstructor; readonly minHeight: NumberConstructor; readonly resizable: BooleanConstructor; readonly fullscreen: BooleanConstructor; readonly defaultWidth: { readonly type: import("vue").PropType; }; readonly defaultHeight: { readonly type: import("vue").PropType; }; readonly onUpdateWidth: import("vue").PropType void>>; readonly onUpdateHeight: import("vue").PropType void>>; readonly 'onUpdate:width': import("vue").PropType void>>; readonly 'onUpdate:height': import("vue").PropType void>>; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly onAfterEnter: import("vue").PropType<() => void>; readonly onAfterLeave: import("vue").PropType<() => void>; readonly drawerStyle: import("vue").PropType; readonly drawerClass: StringConstructor; readonly target: null; readonly onShow: import("vue").PropType<(value: boolean) => void>; readonly onHide: import("vue").PropType<(value: boolean) => void>; readonly theme: import("vue").PropType; }>>; readonly themeOverrides: import("vue").PropType; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>>>; }>> & Readonly<{}>, { readonly disabled: boolean; readonly size: import("./drawer").DrawerSizes; readonly loading: boolean; readonly rounded: boolean; readonly placement: import("./drawer").DrawerPlacement; readonly show: boolean; readonly displayDirective: "show" | "if"; readonly maskClosable: boolean; readonly showMask: boolean | "transparent"; readonly nativeScrollbar: boolean; readonly trapFocus: boolean; readonly autoFocus: boolean; readonly closeOnEsc: boolean; readonly blockScroll: boolean; readonly resizable: boolean; readonly fullscreen: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UDrawerContent: import("vue").DefineComponent; footerStyle: import("vue").PropType; bodyStyle: import("vue").PropType; bodyContentClass: StringConstructor; bodyContentStyle: import("vue").PropType; nativeScrollbar: { type: BooleanConstructor; default: boolean; }; scrollbarProps: import("vue").PropType; footer: import("vue").PropType<() => import("vue").VNodeChild>; sideText: StringConstructor; cancelText: StringConstructor; submitText: StringConstructor; onSideClick: import("vue").PropType; onCancelClick: import("vue").PropType; onSubmitClick: import("vue").PropType; sideButtonProps: import("vue").PropType; cancelButtonProps: import("vue").PropType; submitButtonProps: import("vue").PropType; }>, { handleCloseClick: () => void; renderActionButtons: () => null | import("vue").VNode; mergedTheme: import("vue").Ref<{ common: import("./config-provider").ThemeCommonVars; self: { color: string; textColor: string; titleTextColor: string; subtitleTextColor: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColor: string; closeColorHover: string; closeColorPressed: string; resizableTriggerColorHover: string; maskColor: string; closeIconSize: string; titleLineHeight: string; titleFontSize: string; titleFontWeight: string; closeSize: string; subtitleFontWeight: string; subtitleLineHeight: string; subtitleFontSize: string; bodyPadding: string; headerPadding: string; footerPadding: string; headerBorderBottom: string; footerBorderTop: string; closeBorderRadius: string; subtitleMarginTop: string; actionsSpace: string; contentMargin: string; contentBorderRadius: string; }; peers: { 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: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }, { common: import("./config-provider").ThemeCommonVars; self: { color: string; textColor: string; titleTextColor: string; subtitleTextColor: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColor: string; closeColorHover: string; closeColorPressed: string; resizableTriggerColorHover: string; maskColor: string; closeIconSize: string; titleLineHeight: string; titleFontSize: string; titleFontWeight: string; closeSize: string; subtitleFontWeight: string; subtitleLineHeight: string; subtitleFontSize: string; bodyPadding: string; headerPadding: string; footerPadding: string; headerBorderBottom: string; footerBorderTop: string; closeBorderRadius: string; subtitleMarginTop: string; actionsSpace: string; contentMargin: string; contentBorderRadius: string; }; peers: { 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: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; mergedClsPrefix: import("vue").Ref; disabled: import("vue").ComputedRef; loading: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; footerStyle: import("vue").PropType; bodyStyle: import("vue").PropType; bodyContentClass: StringConstructor; bodyContentStyle: import("vue").PropType; nativeScrollbar: { type: BooleanConstructor; default: boolean; }; scrollbarProps: import("vue").PropType; footer: import("vue").PropType<() => import("vue").VNodeChild>; sideText: StringConstructor; cancelText: StringConstructor; submitText: StringConstructor; onSideClick: import("vue").PropType; onCancelClick: import("vue").PropType; onSubmitClick: import("vue").PropType; sideButtonProps: import("vue").PropType; cancelButtonProps: import("vue").PropType; submitButtonProps: import("vue").PropType; }>> & Readonly<{}>, { closable: boolean; nativeScrollbar: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './dropdown'; export { dropdownProps } from './dropdown'; export declare const UDropdown: import("vue").DefineComponent; }>>; readonly themeOverrides: import("vue").PropType; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>>>; readonly animated: { readonly type: BooleanConstructor; readonly default: true; }; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly size: import("vue").PropType; readonly inverted: BooleanConstructor; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom"; }; readonly onSelect: import("vue").PropType>; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly menuProps: import("vue").PropType; readonly showArrow: BooleanConstructor; readonly renderLabel: import("vue").PropType; readonly renderIcon: import("vue").PropType; readonly renderOption: import("vue").PropType; readonly nodeProps: import("vue").PropType; 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 value: import("vue").PropType; readonly show: { type: import("vue").PropType; default: undefined; }; readonly defaultShow: BooleanConstructor; readonly trigger: { type: import("vue").PropType; default: string; }; readonly delay: { type: NumberConstructor; default: number; }; readonly duration: { type: NumberConstructor; default: number; }; readonly raw: BooleanConstructor; readonly x: NumberConstructor; readonly y: NumberConstructor; readonly arrowPointToCenter: BooleanConstructor; readonly disabled: BooleanConstructor; readonly getDisabled: import("vue").PropType<() => boolean>; readonly displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; readonly arrowClass: StringConstructor; readonly arrowStyle: import("vue").PropType; readonly arrowWrapperClass: StringConstructor; readonly arrowWrapperStyle: import("vue").PropType; readonly flip: { type: BooleanConstructor; default: boolean; }; readonly width: { type: import("vue").PropType; default: undefined; }; readonly overlap: BooleanConstructor; readonly keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; readonly zIndex: NumberConstructor; readonly to: { type: import("vue").PropType; default: undefined; }; readonly scrollable: BooleanConstructor; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly headerClass: StringConstructor; readonly headerStyle: import("vue").PropType; readonly footerClass: StringConstructor; readonly footerStyle: import("vue").PropType; readonly onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly internalDeactivateImmediately: BooleanConstructor; readonly internalSyncTargetWithParent: BooleanConstructor; readonly internalInheritedEventHandlers: { type: import("vue").PropType; default: () => never[]; }; readonly internalTrapFocus: BooleanConstructor; readonly internalExtraClass: { type: import("vue").PropType; default: () => never[]; }; readonly onShow: import("vue").PropType void> | undefined>; readonly onHide: import("vue").PropType void> | undefined>; readonly arrow: { type: import("vue").PropType; default: undefined; }; readonly minWidth: NumberConstructor; readonly maxWidth: NumberConstructor; }>, { mergedClsPrefix: import("vue").Ref; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }; peers: { 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>; }; peerOverrides: { Popover?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; mergedSize: import("vue").ComputedRef; tmNodes: import("vue").ComputedRef[]>; mergedShow: import("vue").ComputedRef; handleAfterLeave: () => void; doUpdateShow: (value: boolean) => void; cssVars: import("vue").ComputedRef | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }>>; readonly themeOverrides: import("vue").PropType; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>>>; readonly animated: { readonly type: BooleanConstructor; readonly default: true; }; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly size: import("vue").PropType; readonly inverted: BooleanConstructor; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom"; }; readonly onSelect: import("vue").PropType>; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly menuProps: import("vue").PropType; readonly showArrow: BooleanConstructor; readonly renderLabel: import("vue").PropType; readonly renderIcon: import("vue").PropType; readonly renderOption: import("vue").PropType; readonly nodeProps: import("vue").PropType; 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 value: import("vue").PropType; readonly show: { type: import("vue").PropType; default: undefined; }; readonly defaultShow: BooleanConstructor; readonly trigger: { type: import("vue").PropType; default: string; }; readonly delay: { type: NumberConstructor; default: number; }; readonly duration: { type: NumberConstructor; default: number; }; readonly raw: BooleanConstructor; readonly x: NumberConstructor; readonly y: NumberConstructor; readonly arrowPointToCenter: BooleanConstructor; readonly disabled: BooleanConstructor; readonly getDisabled: import("vue").PropType<() => boolean>; readonly displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; readonly arrowClass: StringConstructor; readonly arrowStyle: import("vue").PropType; readonly arrowWrapperClass: StringConstructor; readonly arrowWrapperStyle: import("vue").PropType; readonly flip: { type: BooleanConstructor; default: boolean; }; readonly width: { type: import("vue").PropType; default: undefined; }; readonly overlap: BooleanConstructor; readonly keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; readonly zIndex: NumberConstructor; readonly to: { type: import("vue").PropType; default: undefined; }; readonly scrollable: BooleanConstructor; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly headerClass: StringConstructor; readonly headerStyle: import("vue").PropType; readonly footerClass: StringConstructor; readonly footerStyle: import("vue").PropType; readonly onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly internalDeactivateImmediately: BooleanConstructor; readonly internalSyncTargetWithParent: BooleanConstructor; readonly internalInheritedEventHandlers: { type: import("vue").PropType; default: () => never[]; }; readonly internalTrapFocus: BooleanConstructor; readonly internalExtraClass: { type: import("vue").PropType; default: () => never[]; }; readonly onShow: import("vue").PropType void> | undefined>; readonly onHide: import("vue").PropType void> | undefined>; readonly arrow: { type: import("vue").PropType; default: undefined; }; readonly minWidth: NumberConstructor; readonly maxWidth: NumberConstructor; }>> & Readonly<{}>, { readonly disabled: boolean; readonly to: string | boolean | HTMLElement; readonly width: string | number; readonly options: import("./dropdown/src/interface").DropdownMixedOption[]; readonly raw: boolean; readonly duration: number; readonly scrollable: boolean; readonly trigger: import("./popover").PopoverTrigger; readonly placement: import("vueuc").FollowerPlacement; readonly show: boolean | undefined; readonly keyboard: boolean; readonly showArrow: boolean; readonly labelField: string; readonly childrenField: string; readonly arrow: boolean | undefined; readonly displayDirective: "show" | "if"; readonly defaultShow: boolean; readonly delay: number; readonly arrowPointToCenter: boolean; readonly flip: boolean; readonly animated: boolean; readonly overlap: boolean; readonly keepAliveOnHover: boolean; readonly internalDeactivateImmediately: boolean; readonly internalSyncTargetWithParent: boolean; readonly internalInheritedEventHandlers: import("./popover/src/Popover").TriggerEventHandlers[]; readonly internalTrapFocus: boolean; readonly internalExtraClass: string[]; readonly inverted: boolean; readonly keyField: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './dynamic-input'; export { dynamicInputProps } from './dynamic-input'; export declare const UDynamicInput: import("vue").DefineComponent; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly preset: { readonly type: import("vue").PropType<"input" | "pair">; readonly default: "input"; }; readonly keyField: StringConstructor; readonly itemStyle: import("vue").PropType; readonly keyPlaceholder: { readonly type: StringConstructor; readonly default: ""; }; readonly valuePlaceholder: { readonly type: StringConstructor; readonly default: ""; }; readonly placeholder: { readonly type: StringConstructor; readonly default: ""; }; readonly disabled: BooleanConstructor; readonly showSortButton: BooleanConstructor; readonly createButtonProps: import("vue").PropType; readonly onCreate: import("vue").PropType<(index: number) => any>; readonly onRemove: import("vue").PropType<(index: number) => void>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onClear: import("vue").PropType<() => void>; readonly onInput: import("vue").PropType>; readonly theme: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; }>, { locale: import("vue").Ref<{ create: string; }, { create: string; }>; rtlEnabled: import("vue").Ref | undefined; buttonSize: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; UFormItem: import("./_mixins/use-form-item").FormItemInjection | null; uncontrolledValue: import("vue").Ref; mergedValue: import("vue").ComputedRef; insertionDisabled: import("vue").ComputedRef; removeDisabled: import("vue").ComputedRef; handleCreateClick: () => void; ensureKey: (value: any, index: number) => string | number; handleValueChange: (index: number, value: any) => void; remove: (index: number) => void; move: (type: "up" | "down", index: number) => void; createItem: (index: number) => void; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { actionMargin: string; actionMarginRtl: string; }; peers: { Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }; peerOverrides: { Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; cssVars: import("vue").ComputedRef<{ '--action-margin': string; '--action-margin-rtl': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly preset: { readonly type: import("vue").PropType<"input" | "pair">; readonly default: "input"; }; readonly keyField: StringConstructor; readonly itemStyle: import("vue").PropType; readonly keyPlaceholder: { readonly type: StringConstructor; readonly default: ""; }; readonly valuePlaceholder: { readonly type: StringConstructor; readonly default: ""; }; readonly placeholder: { readonly type: StringConstructor; readonly default: ""; }; readonly disabled: BooleanConstructor; readonly showSortButton: BooleanConstructor; readonly createButtonProps: import("vue").PropType; readonly onCreate: import("vue").PropType<(index: number) => any>; readonly onRemove: import("vue").PropType<(index: number) => void>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onClear: import("vue").PropType<() => void>; readonly onInput: import("vue").PropType>; readonly theme: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; }>> & Readonly<{}>, { readonly disabled: boolean; readonly min: number; readonly placeholder: string; readonly defaultValue: any[]; readonly preset: "input" | "pair"; readonly keyPlaceholder: string; readonly valuePlaceholder: string; readonly showSortButton: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './dynamic-tags'; export { dynamicTagsProps } from './dynamic-tags'; export declare const UDynamicTags: import("vue").DefineComponent; default: string; }; closable: { type: BooleanConstructor; default: boolean; }; defaultValue: { type: import("vue").PropType>; default: () => never[]; }; value: import("vue").PropType>; inputStyle: import("vue").PropType; inputProps: import("vue").PropType; max: import("vue").PropType; tagStyle: import("vue").PropType; renderTag: import("vue").PropType<((tag: string, index: number) => import("vue").VNodeChild) | ((tag: import("./dynamic-tags").DynamicTagsOption, index: number) => import("vue").VNodeChild)>; onCreate: { type: import("vue").PropType; default: (label: string) => string; }; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; onChange: import("vue").PropType | undefined>; color: import("vue").PropType; type: { readonly type: import("vue").PropType<"default" | "tertiary">; readonly default: "default"; }; round: BooleanConstructor; disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; theme: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Tag: import("./_mixins").Theme<"Tag", { gapSmall: string; gapMedium: string; gapLarge: string; closeIconSizeTiny: string; closeIconSizeSmall: string; closeIconSizeMedium: string; closeIconSizeLarge: string; closeSizeTiny: string; closeSizeSmall: string; closeSizeMedium: string; closeSizeLarge: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; closeMargin: string; closeMarginRtl: string; closeBorderRadius: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadius: string; opacityDisabled: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontWeight: string; fontWeightStrong: string; textColorCheckable: string; textColorHoverCheckable: string; textColorPressedCheckable: string; textColorChecked: string; colorCheckable: string; colorCheckableOutline: string; colorHoverCheckable: string; colorPressedCheckable: string; colorChecked: string; colorCheckedHover: string; colorCheckedPressed: string; colorDisabledChecked: string; border: string; textColor: string; color: string; colorBordered: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; borderTertiary: string; textColorTertiary: string; colorTertiary: string; colorBorderedTertiary: string; closeIconColorTertiary: string; closeIconColorHoverTertiary: string; closeIconColorPressedTertiary: string; closeColorHoverTertiary: string; closeColorPressedTertiary: string; }, any>; Space: import("./_mixins").Theme<"Space", { gapSmall: string; gapMedium: string; gapLarge: string; }, any>; }>>; themeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Tag: import("./_mixins").Theme<"Tag", { gapSmall: string; gapMedium: string; gapLarge: string; closeIconSizeTiny: string; closeIconSizeSmall: string; closeIconSizeMedium: string; closeIconSizeLarge: string; closeSizeTiny: string; closeSizeSmall: string; closeSizeMedium: string; closeSizeLarge: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; closeMargin: string; closeMarginRtl: string; closeBorderRadius: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadius: string; opacityDisabled: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontWeight: string; fontWeightStrong: string; textColorCheckable: string; textColorHoverCheckable: string; textColorPressedCheckable: string; textColorChecked: string; colorCheckable: string; colorCheckableOutline: string; colorHoverCheckable: string; colorPressedCheckable: string; colorChecked: string; colorCheckedHover: string; colorCheckedPressed: string; colorDisabledChecked: string; border: string; textColor: string; color: string; colorBordered: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; borderTertiary: string; textColorTertiary: string; colorTertiary: string; colorBorderedTertiary: string; closeIconColorTertiary: string; closeIconColorHoverTertiary: string; closeIconColorPressedTertiary: string; closeColorHoverTertiary: string; closeColorPressedTertiary: string; }, any>; Space: import("./_mixins").Theme<"Space", { gapSmall: string; gapMedium: string; gapLarge: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Tag: import("./_mixins").Theme<"Tag", { gapSmall: string; gapMedium: string; gapLarge: string; closeIconSizeTiny: string; closeIconSizeSmall: string; closeIconSizeMedium: string; closeIconSizeLarge: string; closeSizeTiny: string; closeSizeSmall: string; closeSizeMedium: string; closeSizeLarge: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; closeMargin: string; closeMarginRtl: string; closeBorderRadius: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadius: string; opacityDisabled: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontWeight: string; fontWeightStrong: string; textColorCheckable: string; textColorHoverCheckable: string; textColorPressedCheckable: string; textColorChecked: string; colorCheckable: string; colorCheckableOutline: string; colorHoverCheckable: string; colorPressedCheckable: string; colorChecked: string; colorCheckedHover: string; colorCheckedPressed: string; colorDisabledChecked: string; border: string; textColor: string; color: string; colorBordered: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; borderTertiary: string; textColorTertiary: string; colorTertiary: string; colorBorderedTertiary: string; closeIconColorTertiary: string; closeIconColorHoverTertiary: string; closeIconColorPressedTertiary: string; closeColorHoverTertiary: string; closeColorPressedTertiary: string; }, any>; Space: import("./_mixins").Theme<"Space", { gapSmall: string; gapMedium: string; gapLarge: string; }, any>; }>>>; }>, { mergedClsPrefix: import("vue").Ref; inputInstRef: import("vue").Ref<{ wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null, { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null>; localizedAdd: import("vue").ComputedRef; inputSize: import("vue").ComputedRef<"small" | "medium" | "large">; inputValue: import("vue").Ref; showInput: import("vue").Ref; inputForceFocused: import("vue").Ref; mergedValue: import("vue").ComputedRef<(string | import("./dynamic-tags").DynamicTagsOption)[] | (string | { label: string; value: string; })[]>; mergedDisabled: import("vue").ComputedRef; triggerDisabled: import("vue").ComputedRef; handleInputKeyUp: (e: KeyboardEvent) => void; handleAddClick: () => void; handleInputBlur: () => void; handleCloseClick: (index: number) => void; handleInputConfirm: (externalValue?: string) => void; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { inputWidth: string; }; peers: { Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Tag: import("./_mixins").Theme<"Tag", { gapSmall: string; gapMedium: string; gapLarge: string; closeIconSizeTiny: string; closeIconSizeSmall: string; closeIconSizeMedium: string; closeIconSizeLarge: string; closeSizeTiny: string; closeSizeSmall: string; closeSizeMedium: string; closeSizeLarge: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; closeMargin: string; closeMarginRtl: string; closeBorderRadius: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadius: string; opacityDisabled: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontWeight: string; fontWeightStrong: string; textColorCheckable: string; textColorHoverCheckable: string; textColorPressedCheckable: string; textColorChecked: string; colorCheckable: string; colorCheckableOutline: string; colorHoverCheckable: string; colorPressedCheckable: string; colorChecked: string; colorCheckedHover: string; colorCheckedPressed: string; colorDisabledChecked: string; border: string; textColor: string; color: string; colorBordered: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; borderTertiary: string; textColorTertiary: string; colorTertiary: string; colorBorderedTertiary: string; closeIconColorTertiary: string; closeIconColorHoverTertiary: string; closeIconColorPressedTertiary: string; closeColorHoverTertiary: string; closeColorPressedTertiary: string; }, any>; Space: import("./_mixins").Theme<"Space", { gapSmall: string; gapMedium: string; gapLarge: string; }, any>; }; peerOverrides: { Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; Tag?: { peers?: { [x: string]: any; } | undefined; } | undefined; Space?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; cssVars: import("vue").ComputedRef<{ '--u-input-width': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; tagSize: import("vue").ComputedRef<"small" | "medium">; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; closable: { type: BooleanConstructor; default: boolean; }; defaultValue: { type: import("vue").PropType>; default: () => never[]; }; value: import("vue").PropType>; inputStyle: import("vue").PropType; inputProps: import("vue").PropType; max: import("vue").PropType; tagStyle: import("vue").PropType; renderTag: import("vue").PropType<((tag: string, index: number) => import("vue").VNodeChild) | ((tag: import("./dynamic-tags").DynamicTagsOption, index: number) => import("vue").VNodeChild)>; onCreate: { type: import("vue").PropType; default: (label: string) => string; }; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; onChange: import("vue").PropType | undefined>; color: import("vue").PropType; type: { readonly type: import("vue").PropType<"default" | "tertiary">; readonly default: "default"; }; round: BooleanConstructor; disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; theme: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Tag: import("./_mixins").Theme<"Tag", { gapSmall: string; gapMedium: string; gapLarge: string; closeIconSizeTiny: string; closeIconSizeSmall: string; closeIconSizeMedium: string; closeIconSizeLarge: string; closeSizeTiny: string; closeSizeSmall: string; closeSizeMedium: string; closeSizeLarge: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; closeMargin: string; closeMarginRtl: string; closeBorderRadius: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadius: string; opacityDisabled: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontWeight: string; fontWeightStrong: string; textColorCheckable: string; textColorHoverCheckable: string; textColorPressedCheckable: string; textColorChecked: string; colorCheckable: string; colorCheckableOutline: string; colorHoverCheckable: string; colorPressedCheckable: string; colorChecked: string; colorCheckedHover: string; colorCheckedPressed: string; colorDisabledChecked: string; border: string; textColor: string; color: string; colorBordered: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; borderTertiary: string; textColorTertiary: string; colorTertiary: string; colorBorderedTertiary: string; closeIconColorTertiary: string; closeIconColorHoverTertiary: string; closeIconColorPressedTertiary: string; closeColorHoverTertiary: string; closeColorPressedTertiary: string; }, any>; Space: import("./_mixins").Theme<"Space", { gapSmall: string; gapMedium: string; gapLarge: string; }, any>; }>>; themeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Tag: import("./_mixins").Theme<"Tag", { gapSmall: string; gapMedium: string; gapLarge: string; closeIconSizeTiny: string; closeIconSizeSmall: string; closeIconSizeMedium: string; closeIconSizeLarge: string; closeSizeTiny: string; closeSizeSmall: string; closeSizeMedium: string; closeSizeLarge: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; closeMargin: string; closeMarginRtl: string; closeBorderRadius: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadius: string; opacityDisabled: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontWeight: string; fontWeightStrong: string; textColorCheckable: string; textColorHoverCheckable: string; textColorPressedCheckable: string; textColorChecked: string; colorCheckable: string; colorCheckableOutline: string; colorHoverCheckable: string; colorPressedCheckable: string; colorChecked: string; colorCheckedHover: string; colorCheckedPressed: string; colorDisabledChecked: string; border: string; textColor: string; color: string; colorBordered: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; borderTertiary: string; textColorTertiary: string; colorTertiary: string; colorBorderedTertiary: string; closeIconColorTertiary: string; closeIconColorHoverTertiary: string; closeIconColorPressedTertiary: string; closeColorHoverTertiary: string; closeColorPressedTertiary: string; }, any>; Space: import("./_mixins").Theme<"Space", { gapSmall: string; gapMedium: string; gapLarge: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Tag: import("./_mixins").Theme<"Tag", { gapSmall: string; gapMedium: string; gapLarge: string; closeIconSizeTiny: string; closeIconSizeSmall: string; closeIconSizeMedium: string; closeIconSizeLarge: string; closeSizeTiny: string; closeSizeSmall: string; closeSizeMedium: string; closeSizeLarge: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; closeMargin: string; closeMarginRtl: string; closeBorderRadius: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadius: string; opacityDisabled: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontWeight: string; fontWeightStrong: string; textColorCheckable: string; textColorHoverCheckable: string; textColorPressedCheckable: string; textColorChecked: string; colorCheckable: string; colorCheckableOutline: string; colorHoverCheckable: string; colorPressedCheckable: string; colorChecked: string; colorCheckedHover: string; colorCheckedPressed: string; colorDisabledChecked: string; border: string; textColor: string; color: string; colorBordered: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; borderTertiary: string; textColorTertiary: string; colorTertiary: string; colorBorderedTertiary: string; closeIconColorTertiary: string; closeIconColorHoverTertiary: string; closeIconColorPressedTertiary: string; closeColorHoverTertiary: string; closeColorPressedTertiary: string; }, any>; Space: import("./_mixins").Theme<"Space", { gapSmall: string; gapMedium: string; gapLarge: string; }, any>; }>>>; }>> & Readonly<{}>, { disabled: boolean | undefined; type: "default" | "tertiary"; size: import("./input").InputSize; closable: boolean; defaultValue: (string | import("./dynamic-tags").DynamicTagsOption)[]; round: boolean; onCreate: import("./dynamic-tags/src/interface").OnCreate; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './element'; export { elementProps } from './element'; export declare const UElement: import("vue").DefineComponent, any>>; readonly themeOverrides: import("vue").PropType, any>>>; readonly builtinThemeOverrides: import("vue").PropType, any>>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly, any>>; readonly themeOverrides: import("vue").PropType, any>>>; readonly builtinThemeOverrides: import("vue").PropType, any>>>; }>> & Readonly<{}>, { readonly tag: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UEl: import("vue").DefineComponent, any>>; readonly themeOverrides: import("vue").PropType, any>>>; readonly builtinThemeOverrides: import("vue").PropType, any>>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly, any>>; readonly themeOverrides: import("vue").PropType, any>>>; readonly builtinThemeOverrides: import("vue").PropType, any>>>; }>> & Readonly<{}>, { readonly tag: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './ellipsis'; export { ellipsisProps } from './ellipsis'; export declare const UEllipsis: import("vue").DefineComponent; readonly lineClamp: import("vue").PropType; readonly tooltip: { readonly type: import("vue").PropType; readonly default: true; }; readonly theme: import("vue").PropType; }>; }>>; readonly themeOverrides: import("vue").PropType; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>; }>>>; }>, { mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: unknown; peers: { Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; }; peerOverrides: { Tooltip?: { peers?: { Popover?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; }; }>; triggerRef: import("vue").Ref; triggerInnerRef: import("vue").Ref; tooltipRef: import("vue").Ref<{ syncPosition: () => void; setShow: (value: boolean) => void; } | null, import("./popover").PopoverInst | { syncPosition: () => void; setShow: (value: boolean) => void; } | null>; handleClick: import("vue").ComputedRef<(() => void) | undefined>; renderTrigger: () => JSX.Element; getTooltipDisabled: () => boolean; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly lineClamp: import("vue").PropType; readonly tooltip: { readonly type: import("vue").PropType; readonly default: true; }; readonly theme: import("vue").PropType; }>; }>>; readonly themeOverrides: import("vue").PropType; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>; }>>>; }>> & Readonly<{}>, { readonly tooltip: boolean | import("./popover").PopoverProps; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UPerformantEllipsis: import("vue").DefineComponent; readonly lineClamp: import("vue").PropType; readonly tooltip: { readonly type: import("vue").PropType; readonly default: true; }; readonly theme: import("vue").PropType; }>; }>>; readonly themeOverrides: import("vue").PropType; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>; }>>>; }>, { mouseEntered: import("vue").Ref; renderTrigger: () => JSX.Element; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly lineClamp: import("vue").PropType; readonly tooltip: { readonly type: import("vue").PropType; readonly default: true; }; readonly theme: import("vue").PropType; }>; }>>; readonly themeOverrides: import("vue").PropType; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>; }>>>; }>> & Readonly<{}>, { readonly tooltip: boolean | import("./popover").PopoverProps; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './empty'; export { emptyProps } from './empty'; export declare const UEmpty: import("vue").DefineComponent; default: string; }; renderIcon: import("vue").PropType<() => import("vue").VNodeChild>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; mergedRenderIcon: import("vue").ComputedRef<() => import("vue").VNodeChild>; localizedTitle: import("vue").ComputedRef; localizedDescription: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--u-icon-size': string; '--u-title-font-size': string; '--u-description-font-size': string; '--u-bezier': string; '--u-title-color': string; '--u-description-color': string; '--u-icon-color': string; '--u-icon-bg-color': string; '--u-extra-text-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; renderIcon: import("vue").PropType<() => import("vue").VNodeChild>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { size: "small" | "medium" | "large" | "huge"; showIcon: boolean; showDescription: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './equation'; export { equationProps } from './equation'; export declare const UEquation: import("vue").DefineComponent; readonly katexOptions: import("vue").PropType; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly katexOptions: import("vue").PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './flex'; export { flexProps } from './flex'; export declare const UFlex: import("vue").DefineComponent; readonly justify: { readonly type: import("vue").PropType; readonly default: "start"; }; readonly inline: BooleanConstructor; readonly vertical: BooleanConstructor; readonly reverse: BooleanConstructor; readonly size: { readonly type: import("vue").PropType<"small" | "medium" | "large" | number | [number, number]>; readonly default: "medium"; }; readonly wrap: { readonly type: BooleanConstructor; readonly default: true; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; margin: import("vue").ComputedRef<{ horizontal: number; vertical: number; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly justify: { readonly type: import("vue").PropType; readonly default: "start"; }; readonly inline: BooleanConstructor; readonly vertical: BooleanConstructor; readonly reverse: BooleanConstructor; readonly size: { readonly type: import("vue").PropType<"small" | "medium" | "large" | number | [number, number]>; readonly default: "medium"; }; readonly wrap: { readonly type: BooleanConstructor; readonly default: true; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly reverse: boolean; readonly vertical: boolean; readonly size: number | "small" | "medium" | "large" | [number, number]; readonly inline: boolean; readonly justify: import("csstype").Property.JustifyContent; readonly wrap: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './float-button'; export { floatButtonProps } from './float-button'; export declare const UFloatButton: import("vue").DefineComponent; readonly default: 40; }; readonly height: { readonly type: import("vue").PropType; readonly default: 40; }; readonly left: import("vue").PropType; readonly right: import("vue").PropType; readonly top: import("vue").PropType; readonly bottom: import("vue").PropType; readonly shape: { readonly type: import("vue").PropType<"square" | "circle">; readonly default: "circle"; }; readonly position: { readonly type: import("vue").PropType<"relative" | "absolute" | "fixed">; readonly default: "fixed"; }; readonly type: { readonly type: import("vue").PropType<"default" | "primary">; readonly default: "default"; }; readonly menuTrigger: import("vue").PropType<"hover" | "click">; readonly showMenu: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly onUpdateShowMenu: { readonly type: import("vue").PropType void>>; readonly default: undefined; }; readonly 'onUpdate:showMenu': { readonly type: import("vue").PropType void>>; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { inlineStyle: import("vue").ComputedRef; selfElRef: import("vue").Ref; cssVars: import("vue").ComputedRef> | undefined; mergedClsPrefix: import("vue").Ref; mergedShape: import("vue").ComputedRef<"circle" | "square">; mergedShowMenu: import("vue").ComputedRef; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; Mouseenter: () => void; handleMouseleave: () => void; handleClick: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: 40; }; readonly height: { readonly type: import("vue").PropType; readonly default: 40; }; readonly left: import("vue").PropType; readonly right: import("vue").PropType; readonly top: import("vue").PropType; readonly bottom: import("vue").PropType; readonly shape: { readonly type: import("vue").PropType<"square" | "circle">; readonly default: "circle"; }; readonly position: { readonly type: import("vue").PropType<"relative" | "absolute" | "fixed">; readonly default: "fixed"; }; readonly type: { readonly type: import("vue").PropType<"default" | "primary">; readonly default: "default"; }; readonly menuTrigger: import("vue").PropType<"hover" | "click">; readonly showMenu: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly onUpdateShowMenu: { readonly type: import("vue").PropType void>>; readonly default: undefined; }; readonly 'onUpdate:showMenu': { readonly type: import("vue").PropType void>>; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "default" | "primary"; readonly width: string | number; readonly position: "fixed" | "absolute" | "relative"; readonly height: string | number; readonly shape: "circle" | "square"; readonly showMenu: boolean; readonly onUpdateShowMenu: import("./_utils").MaybeArray<(value: boolean) => void>; readonly 'onUpdate:showMenu': import("./_utils").MaybeArray<(value: boolean) => void>; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './float-button-group'; export { floatButtonGroupProps } from './float-button-group'; export declare const UFloatButtonGroup: import("vue").DefineComponent; readonly right: import("vue").PropType; readonly top: import("vue").PropType; readonly bottom: import("vue").PropType; readonly shape: { readonly type: import("vue").PropType<"square" | "circle">; readonly default: "circle"; }; readonly position: { readonly type: import("vue").PropType<"relative" | "absolute" | "fixed">; readonly default: "fixed"; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { cssVars: import("vue").ComputedRef> | undefined; mergedClsPrefix: import("vue").Ref; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly right: import("vue").PropType; readonly top: import("vue").PropType; readonly bottom: import("vue").PropType; readonly shape: { readonly type: import("vue").PropType<"square" | "circle">; readonly default: "circle"; }; readonly position: { readonly type: import("vue").PropType<"relative" | "absolute" | "fixed">; readonly default: "fixed"; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly position: "fixed" | "absolute" | "relative"; readonly shape: "circle" | "square"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './form'; export { formItemGiProps, formItemGridItemProps, formItemProps, formProps } from './form'; export declare const UForm: import("vue").DefineComponent; readonly labelAlign: import("vue").PropType; readonly labelPlacement: { readonly type: import("vue").PropType; readonly default: "top"; }; readonly model: { readonly type: import("vue").PropType>; readonly default: () => void; }; readonly rules: import("vue").PropType; readonly disabled: BooleanConstructor; readonly size: import("vue").PropType; readonly showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: BooleanConstructor; readonly default: true; }; readonly onSubmit: { readonly type: import("vue").PropType<(e: Event) => void>; readonly default: (e: Event) => void; }; readonly showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly validateMessages: import("vue").PropType>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, import("./form").FormInst & { mergedClsPrefix: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly labelAlign: import("vue").PropType; readonly labelPlacement: { readonly type: import("vue").PropType; readonly default: "top"; }; readonly model: { readonly type: import("vue").PropType>; readonly default: () => void; }; readonly rules: import("vue").PropType; readonly disabled: BooleanConstructor; readonly size: import("vue").PropType; readonly showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: BooleanConstructor; readonly default: true; }; readonly onSubmit: { readonly type: import("vue").PropType<(e: Event) => void>; readonly default: (e: Event) => void; }; readonly showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly validateMessages: import("vue").PropType>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly disabled: boolean; readonly onSubmit: (e: Event) => void; readonly inline: boolean; readonly labelPlacement: import("./form/src/interface").LabelPlacement; readonly model: Record; readonly showRequireMark: boolean | undefined; readonly showFeedback: boolean; readonly showLabel: boolean | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UFormItem: import("vue").DefineComponent; readonly labelStyle: import("vue").PropType; readonly labelAlign: import("vue").PropType; readonly labelPlacement: import("vue").PropType; readonly path: StringConstructor; readonly first: BooleanConstructor; readonly rulePath: StringConstructor; readonly required: BooleanConstructor; readonly showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly rule: import("vue").PropType; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly ignorePathChange: BooleanConstructor; readonly validationStatus: import("vue").PropType<"error" | "warning" | "success">; readonly feedback: StringConstructor; readonly feedbackClass: StringConstructor; readonly feedbackStyle: import("vue").PropType; readonly showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly labelProps: import("vue").PropType; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly value: { readonly type: null; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-blank-height': string; '--u-label-font-size': string; '--u-label-text-align': string; '--u-label-line-height': string; '--u-label-padding': string; '--u-label-font-weight': string; '--u-asterisk-color': string; '--u-label-text-color': string; '--u-feedback-padding': string; '--u-feedback-font-size': string; '--u-feedback-line-height': string; '--u-feedback-text-color': string; '--u-feedback-text-color-warning': string; '--u-feedback-text-color-error': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; path?: string; internalValidate: import("./form/src/interface").FormItemInternalValidate; mergedSize: import("vue").ComputedRef; validationErrored: import("vue").Ref; validationWarned: import("vue").Ref; mergedLabelStyle: import("vue").ComputedRef; mergedLabelPlacement: import("vue").ComputedRef; mergedLabelAlign: import("vue").ComputedRef; mergedShowRequireMark: import("vue").ComputedRef; mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">; mergedValidationStatus: import("vue").ComputedRef<"error" | "warning" | "success" | undefined>; mergedShowFeedback: import("vue").ComputedRef; mergedShowLabel: import("vue").ComputedRef; isAutoLabelWidth: import("vue").ComputedRef; labelElementRef: import("vue").Ref; mergedClsPrefix: import("vue").Ref; mergedRequired: import("vue").ComputedRef; feedbackId: import("vue").Ref; renderExplains: import("vue").Ref<{ key: string; render: () => import("vue").VNodeChild; }[], { key: string; render: () => import("vue").VNodeChild; }[] | { key: string; render: () => import("vue").VNodeChild; }[]>; reverseColSpace: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly labelStyle: import("vue").PropType; readonly labelAlign: import("vue").PropType; readonly labelPlacement: import("vue").PropType; readonly path: StringConstructor; readonly first: BooleanConstructor; readonly rulePath: StringConstructor; readonly required: BooleanConstructor; readonly showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly rule: import("vue").PropType; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly ignorePathChange: BooleanConstructor; readonly validationStatus: import("vue").PropType<"error" | "warning" | "success">; readonly feedback: StringConstructor; readonly feedbackClass: StringConstructor; readonly feedbackStyle: import("vue").PropType; readonly showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly labelProps: import("vue").PropType; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly value: { readonly type: null; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly value: any; readonly required: boolean; readonly showRequireMark: boolean | undefined; readonly showFeedback: boolean | undefined; readonly showLabel: boolean | undefined; readonly first: boolean; readonly ignorePathChange: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UFormItemCol: import("vue").DefineComponent; readonly labelStyle: import("vue").PropType; readonly labelAlign: import("vue").PropType; readonly labelPlacement: import("vue").PropType; readonly path: StringConstructor; readonly first: BooleanConstructor; readonly rulePath: StringConstructor; readonly required: BooleanConstructor; readonly showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly rule: import("vue").PropType; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly ignorePathChange: BooleanConstructor; readonly validationStatus: import("vue").PropType<"error" | "warning" | "success">; readonly feedback: StringConstructor; readonly feedbackClass: StringConstructor; readonly feedbackStyle: import("vue").PropType; readonly showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly labelProps: import("vue").PropType; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly value: { readonly type: null; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; readonly span: { readonly type: import("vue").PropType; readonly default: 1; }; readonly push: { readonly type: import("vue").PropType; readonly default: 0; }; readonly pull: { readonly type: import("vue").PropType; readonly default: 0; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; }>, { formItemInstRef: import("vue").Ref<{ validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; path?: string | undefined; internalValidate: import("./form/src/interface").FormItemInternalValidate; } | null, import("./form").FormItemInst | { validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; path?: string | undefined; internalValidate: import("./form/src/interface").FormItemInternalValidate; } | null>; validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly labelStyle: import("vue").PropType; readonly labelAlign: import("vue").PropType; readonly labelPlacement: import("vue").PropType; readonly path: StringConstructor; readonly first: BooleanConstructor; readonly rulePath: StringConstructor; readonly required: BooleanConstructor; readonly showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly rule: import("vue").PropType; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly ignorePathChange: BooleanConstructor; readonly validationStatus: import("vue").PropType<"error" | "warning" | "success">; readonly feedback: StringConstructor; readonly feedbackClass: StringConstructor; readonly feedbackStyle: import("vue").PropType; readonly showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly labelProps: import("vue").PropType; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly value: { readonly type: null; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; readonly span: { readonly type: import("vue").PropType; readonly default: 1; }; readonly push: { readonly type: import("vue").PropType; readonly default: 0; }; readonly pull: { readonly type: import("vue").PropType; readonly default: 0; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; }>> & Readonly<{}>, { readonly value: any; readonly push: import("./legacy-grid/src/interface").Span; readonly offset: import("./legacy-grid/src/interface").Span; readonly span: import("./legacy-grid/src/interface").Span; readonly required: boolean; readonly showRequireMark: boolean | undefined; readonly showFeedback: boolean | undefined; readonly showLabel: boolean | undefined; readonly first: boolean; readonly ignorePathChange: boolean; readonly pull: import("./legacy-grid/src/interface").Span; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UFormItemGi: import("vue").DefineComponent; readonly labelStyle: import("vue").PropType; readonly labelAlign: import("vue").PropType; readonly labelPlacement: import("vue").PropType; readonly path: StringConstructor; readonly first: BooleanConstructor; readonly rulePath: StringConstructor; readonly required: BooleanConstructor; readonly showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly rule: import("vue").PropType; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly ignorePathChange: BooleanConstructor; readonly validationStatus: import("vue").PropType<"error" | "warning" | "success">; readonly feedback: StringConstructor; readonly feedbackClass: StringConstructor; readonly feedbackStyle: import("vue").PropType; readonly showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly labelProps: import("vue").PropType; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly value: { readonly type: null; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; readonly span: { readonly type: import("vue").PropType; readonly default: 1; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; readonly suffix: BooleanConstructor; readonly privateOffset: NumberConstructor; readonly privateSpan: NumberConstructor; readonly privateColStart: NumberConstructor; readonly privateShow: { readonly type: BooleanConstructor; readonly default: true; }; }>, { formItemInstRef: import("vue").Ref<{ validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; path?: string | undefined; internalValidate: import("./form/src/interface").FormItemInternalValidate; } | null, import("./form").FormItemInst | { validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; path?: string | undefined; internalValidate: import("./form/src/interface").FormItemInternalValidate; } | null>; validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly labelStyle: import("vue").PropType; readonly labelAlign: import("vue").PropType; readonly labelPlacement: import("vue").PropType; readonly path: StringConstructor; readonly first: BooleanConstructor; readonly rulePath: StringConstructor; readonly required: BooleanConstructor; readonly showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly rule: import("vue").PropType; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly ignorePathChange: BooleanConstructor; readonly validationStatus: import("vue").PropType<"error" | "warning" | "success">; readonly feedback: StringConstructor; readonly feedbackClass: StringConstructor; readonly feedbackStyle: import("vue").PropType; readonly showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly labelProps: import("vue").PropType; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly value: { readonly type: null; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; readonly span: { readonly type: import("vue").PropType; readonly default: 1; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; readonly suffix: BooleanConstructor; readonly privateOffset: NumberConstructor; readonly privateSpan: NumberConstructor; readonly privateColStart: NumberConstructor; readonly privateShow: { readonly type: BooleanConstructor; readonly default: true; }; }>> & Readonly<{}>, { readonly value: any; readonly offset: string | number; readonly span: string | number; readonly required: boolean; readonly showRequireMark: boolean | undefined; readonly showFeedback: boolean | undefined; readonly showLabel: boolean | undefined; readonly suffix: boolean; readonly first: boolean; readonly privateShow: boolean; readonly ignorePathChange: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UFormItemGridItem: import("vue").DefineComponent; readonly labelStyle: import("vue").PropType; readonly labelAlign: import("vue").PropType; readonly labelPlacement: import("vue").PropType; readonly path: StringConstructor; readonly first: BooleanConstructor; readonly rulePath: StringConstructor; readonly required: BooleanConstructor; readonly showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly rule: import("vue").PropType; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly ignorePathChange: BooleanConstructor; readonly validationStatus: import("vue").PropType<"error" | "warning" | "success">; readonly feedback: StringConstructor; readonly feedbackClass: StringConstructor; readonly feedbackStyle: import("vue").PropType; readonly showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly labelProps: import("vue").PropType; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly value: { readonly type: null; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; readonly span: { readonly type: import("vue").PropType; readonly default: 1; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; readonly suffix: BooleanConstructor; readonly privateOffset: NumberConstructor; readonly privateSpan: NumberConstructor; readonly privateColStart: NumberConstructor; readonly privateShow: { readonly type: BooleanConstructor; readonly default: true; }; }>, { formItemInstRef: import("vue").Ref<{ validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; path?: string | undefined; internalValidate: import("./form/src/interface").FormItemInternalValidate; } | null, import("./form").FormItemInst | { validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; path?: string | undefined; internalValidate: import("./form/src/interface").FormItemInternalValidate; } | null>; validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly labelStyle: import("vue").PropType; readonly labelAlign: import("vue").PropType; readonly labelPlacement: import("vue").PropType; readonly path: StringConstructor; readonly first: BooleanConstructor; readonly rulePath: StringConstructor; readonly required: BooleanConstructor; readonly showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly rule: import("vue").PropType; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly ignorePathChange: BooleanConstructor; readonly validationStatus: import("vue").PropType<"error" | "warning" | "success">; readonly feedback: StringConstructor; readonly feedbackClass: StringConstructor; readonly feedbackStyle: import("vue").PropType; readonly showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly labelProps: import("vue").PropType; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType; readonly value: { readonly type: null; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; readonly span: { readonly type: import("vue").PropType; readonly default: 1; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; readonly suffix: BooleanConstructor; readonly privateOffset: NumberConstructor; readonly privateSpan: NumberConstructor; readonly privateColStart: NumberConstructor; readonly privateShow: { readonly type: BooleanConstructor; readonly default: true; }; }>> & Readonly<{}>, { readonly value: any; readonly offset: string | number; readonly span: string | number; readonly required: boolean; readonly showRequireMark: boolean | undefined; readonly showFeedback: boolean | undefined; readonly showLabel: boolean | undefined; readonly suffix: boolean; readonly first: boolean; readonly privateShow: boolean; readonly ignorePathChange: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UFormItemRow: import("vue").DefineComponent; labelStyle: import("vue").PropType; labelAlign: import("vue").PropType; labelPlacement: import("vue").PropType; path: StringConstructor; first: BooleanConstructor; rulePath: StringConstructor; required: BooleanConstructor; showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; showFeedback: { readonly type: import("vue").PropType; readonly default: undefined; }; rule: import("vue").PropType; size: import("vue").PropType<"small" | "medium" | "large">; ignorePathChange: BooleanConstructor; validationStatus: import("vue").PropType<"error" | "warning" | "success">; feedback: StringConstructor; feedbackClass: StringConstructor; feedbackStyle: import("vue").PropType; showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; labelProps: import("vue").PropType; contentClass: StringConstructor; contentStyle: import("vue").PropType; value: { readonly type: null; readonly default: undefined; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; span: { readonly type: import("vue").PropType; readonly default: 1; }; push: { readonly type: import("vue").PropType; readonly default: 0; }; pull: { readonly type: import("vue").PropType; readonly default: 0; }; offset: { readonly type: import("vue").PropType; readonly default: 0; }; gutter: { readonly type: import("vue").PropType; readonly default: 0; }; alignItems: StringConstructor; justifyContent: StringConstructor; }>, { formItemColInstRef: import("vue").Ref<{ validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; path?: string | undefined; internalValidate: import("./form/src/interface").FormItemInternalValidate; } | null, import("./form").FormItemInst | { validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; path?: string | undefined; internalValidate: import("./form/src/interface").FormItemInternalValidate; } | null>; validate: import("./form/src/interface").FormItemValidate; restoreValidation: () => void; invalidateLabelWidth: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; labelStyle: import("vue").PropType; labelAlign: import("vue").PropType; labelPlacement: import("vue").PropType; path: StringConstructor; first: BooleanConstructor; rulePath: StringConstructor; required: BooleanConstructor; showRequireMark: { readonly type: import("vue").PropType; readonly default: undefined; }; requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">; showFeedback: { readonly type: import("vue").PropType; readonly default: undefined; }; rule: import("vue").PropType; size: import("vue").PropType<"small" | "medium" | "large">; ignorePathChange: BooleanConstructor; validationStatus: import("vue").PropType<"error" | "warning" | "success">; feedback: StringConstructor; feedbackClass: StringConstructor; feedbackStyle: import("vue").PropType; showLabel: { readonly type: import("vue").PropType; readonly default: undefined; }; labelProps: import("vue").PropType; contentClass: StringConstructor; contentStyle: import("vue").PropType; value: { readonly type: null; readonly default: undefined; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; span: { readonly type: import("vue").PropType; readonly default: 1; }; push: { readonly type: import("vue").PropType; readonly default: 0; }; pull: { readonly type: import("vue").PropType; readonly default: 0; }; offset: { readonly type: import("vue").PropType; readonly default: 0; }; gutter: { readonly type: import("vue").PropType; readonly default: 0; }; alignItems: StringConstructor; justifyContent: StringConstructor; }>> & Readonly<{}>, { value: any; push: import("./legacy-grid/src/interface").Span; offset: import("./legacy-grid/src/interface").Span; span: import("./legacy-grid/src/interface").Span; required: boolean; showRequireMark: boolean | undefined; showFeedback: boolean | undefined; showLabel: boolean | undefined; first: boolean; gutter: string | number | [number, number]; ignorePathChange: boolean; pull: import("./legacy-grid/src/interface").Span; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './global-style'; export declare const UGlobalStyle: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './gradient-text'; export { gradientTextProps } from './gradient-text'; export declare const UGradientText: import("vue").DefineComponent; readonly fontSize: import("vue").PropType; readonly type: { readonly type: import("vue").PropType<"info" | "success" | "warning" | "error" | "primary" | "danger">; readonly default: "primary"; }; readonly color: import("vue").PropType; readonly gradient: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; compatibleType: import("vue").ComputedRef<"error" | "warning" | "success" | "info" | "primary">; styleFontSize: import("vue").ComputedRef; styleBgImage: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-rotate': string; '--u-color-start': string; '--u-color-end': string; '--u-font-weight': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly fontSize: import("vue").PropType; readonly type: { readonly type: import("vue").PropType<"info" | "success" | "warning" | "error" | "primary" | "danger">; readonly default: "primary"; }; readonly color: import("vue").PropType; readonly gradient: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "error" | "warning" | "success" | "info" | "primary" | "danger"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './grid'; export { giProps, gridItemProps, gridProps } from './grid'; export declare const UGrid: import("vue").DefineComponent; readonly default: "self"; }; readonly cols: { readonly type: import("vue").PropType; readonly default: 24; }; readonly itemResponsive: BooleanConstructor; readonly collapsed: BooleanConstructor; readonly collapsedRows: { readonly type: NumberConstructor; readonly default: 1; }; readonly itemStyle: import("vue").PropType; readonly xGap: { readonly type: import("vue").PropType; readonly default: 0; }; readonly yGap: { readonly type: import("vue").PropType; readonly default: 0; }; }>, { isSsr: boolean; contentEl: import("vue").Ref; mergedClsPrefix: import("vue").Ref; style: import("vue").ComputedRef; isResponsive: import("vue").ComputedRef; responsiveQuery: import("vue").ComputedRef; responsiveCols: import("vue").ComputedRef; handleResize: import("vue").ComputedRef; overflow: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "self"; }; readonly cols: { readonly type: import("vue").PropType; readonly default: 24; }; readonly itemResponsive: BooleanConstructor; readonly collapsed: BooleanConstructor; readonly collapsedRows: { readonly type: NumberConstructor; readonly default: 1; }; readonly itemStyle: import("vue").PropType; readonly xGap: { readonly type: import("vue").PropType; readonly default: 0; }; readonly yGap: { readonly type: import("vue").PropType; readonly default: 0; }; }>> & Readonly<{}>, { readonly cols: string | number; readonly responsive: "self" | "screen"; readonly collapsed: boolean; readonly xGap: string | number; readonly yGap: string | number; readonly layoutShiftDisabled: boolean; readonly itemResponsive: boolean; readonly collapsedRows: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UGridItem: import("vue").DefineComponent; readonly default: 1; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; readonly suffix: BooleanConstructor; readonly privateOffset: NumberConstructor; readonly privateSpan: NumberConstructor; readonly privateColStart: NumberConstructor; readonly privateShow: { readonly type: BooleanConstructor; readonly default: true; }; }>, { overflow: import("vue").Ref; itemStyle: import("vue").Ref; layoutShiftDisabled: import("vue").Ref; mergedXGap: import("vue").ComputedRef; deriveStyle: () => { display: string; gridColumn: string; marginLeft: string; }; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: 1; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; readonly suffix: BooleanConstructor; readonly privateOffset: NumberConstructor; readonly privateSpan: NumberConstructor; readonly privateColStart: NumberConstructor; readonly privateShow: { readonly type: BooleanConstructor; readonly default: true; }; }>> & Readonly<{}>, { readonly offset: string | number; readonly span: string | number; readonly suffix: boolean; readonly privateShow: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UGi: import("vue").DefineComponent; readonly default: 1; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; readonly suffix: BooleanConstructor; readonly privateOffset: NumberConstructor; readonly privateSpan: NumberConstructor; readonly privateColStart: NumberConstructor; readonly privateShow: { readonly type: BooleanConstructor; readonly default: true; }; }>, { overflow: import("vue").Ref; itemStyle: import("vue").Ref; layoutShiftDisabled: import("vue").Ref; mergedXGap: import("vue").ComputedRef; deriveStyle: () => { display: string; gridColumn: string; marginLeft: string; }; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: 1; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; readonly suffix: BooleanConstructor; readonly privateOffset: NumberConstructor; readonly privateSpan: NumberConstructor; readonly privateColStart: NumberConstructor; readonly privateShow: { readonly type: BooleanConstructor; readonly default: true; }; }>> & Readonly<{}>, { readonly offset: string | number; readonly span: string | number; readonly suffix: boolean; readonly privateShow: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './header'; export { getMenuItemKey, hasChildren, headerActionsProps, headerDesktopLayoutProps, headerMobileLayoutProps, headerMobileProps, headerNavigationProps, headerProps, headerSearchDesktopProps, headerSearchMobileProps, headerSearchResultsProps, isColumnOption, isDividerOption, isGroupOption, isLeafMenuOption, isNotNull, renderBadge, renderOptionLabel, resolvePlacement, resolveTopLevelMenuKey } from './header'; export { UHeaderMobile } from './header'; export declare const UHeader: import("vue").DefineComponent; default: () => never[]; }; langOptions: { type: import("vue").PropType; default: () => import(".").LangOption[]; }; defaultLang: { type: import("vue").PropType; }; menuPlacement: { type: import("vue").PropType; default: string; }; menuTrigger: { type: import("vue").PropType; default: string; }; menuValue: { type: import("vue").PropType; }; activeMenuKey: { type: import("vue").PropType; default: null; }; menuTabsProps: { type: import("vue").PropType; default: () => {}; }; menuCardMinColumnWidth: { type: import("vue").PropType; default: number; }; logoSrc: { type: import("vue").PropType; default: () => string; }; logoAlt: { type: import("vue").PropType; default: string; }; responsive: { type: import("vue").PropType; default: boolean; }; isMobile: { type: import("vue").PropType; default: boolean; }; mobileMenuType: { type: import("vue").PropType<"drawer" | "dropdown">; default: string; }; mobileActionsCollapse: { type: import("vue").PropType; default: boolean; }; mobileShowFooterActions: { type: import("vue").PropType; default: boolean; }; mobilePrimaryActionText: { type: import("vue").PropType; default: undefined; }; mobileSecondaryActionText: { type: import("vue").PropType; default: undefined; }; mobileShowHeaderActions: { type: import("vue").PropType; default: boolean; }; actionsProps: { type: import("vue").PropType; }; onSearch: import("vue").PropType; 'onUpdate:menuValue': import("vue").PropType void>>; onUpdateMenuValue: import("vue").PropType>; 'onUpdate:activeMenuKey': import("vue").PropType void>>; onUpdateActiveMenuKey: import("vue").PropType void>>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-font-size': string; '--u-font-title-small': string; '--u-header-text-color': string; '--u-header-bg-color': string; '--u-header-radius': string; '--u-header-shadow': string; '--u-header-navigation-gap': string; '--u-header-action-gap': string; '--u-header-tab-text-color': string; '--u-header-tab-text-color-hover': string; '--u-header-tab-text-color-active': string; '--u-header-tab-indicator-color': string; '--u-header-card-bg-color': string; '--u-header-card-radius': string; '--u-header-card-title-color': string; '--u-header-card-item-color': string; '--u-header-card-item-hover-color': string; '--u-header-card-divider-color': string; '--u-header-card-gap': string; '--u-header-card-padding': string; '--u-header-card-shadow': string; '--u-header-badge-bg-color': string; '--u-header-badge-text-color': string; '--u-header-action-icon-color': string; '--u-header-action-icon-hover-color': string; '--u-header-card-min-col-width': string; '--u-header-mobile-border-color': string; '--u-header-mobile-item-hover-color': string; '--u-header-mobile-item-pressed-color': string; '--u-header-mobile-item-active-color': string; '--u-header-mobile-group-item-color': string; }>; themeClass: import("vue").Ref; normalizedMenuItems: import("vue").ComputedRef<{ option: import(".").HeaderMenuOption; key: string | number; }[]>; mergedMenuValue: import("vue").ComputedRef; currentLang: import("vue").Ref<{ label: string | (() => import("vue").VNodeChild); key: string | number; icon?: (() => import("vue").VNodeChild) | undefined; }, import(".").LangOption | { label: string | (() => import("vue").VNodeChild); key: string | number; icon?: (() => import("vue").VNodeChild) | undefined; }>; isMobile: import("vue").Ref; mobileMenuVisible: import("vue").Ref; searchVisible: import("vue").Ref; menuPaneClass: import("vue").ComputedRef; menuPaneWrapperClass: import("vue").ComputedRef; mergedActiveMenuKey: import("vue").ComputedRef; handleSelectLang: (key: string | number) => void; handleMenuValueUpdate: (value: string | number | null) => void; handleSearchClick: () => void; handleSearchClose: () => void; handleSearch: (query: string) => Promise; handleSearchResultSelect: (result: import(".").HeaderSearchResult) => void; handlePreviewClick: () => void; handleLogoutClick: () => void; handleLogoClick: () => void; toggleMobileMenu: () => void; closeMobileMenu: () => void; handleMobileMenuItemClick: (option: import(".").HeaderMenuOption) => void; handleMobilePrimaryAction: () => void; handleMobileSecondaryAction: () => void; handleUpdateActiveMenuKey: (value: string | number | null) => void; onRender: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ["search", "search-result-select", "preview", "logout", "language-select", "logo-click", "mobile-primary-action", "mobile-secondary-action", "update:activeMenuKey"], "search" | "logout" | "preview" | "search-result-select" | "language-select" | "logo-click" | "mobile-primary-action" | "mobile-secondary-action" | "update:activeMenuKey", import("vue").PublicProps, Readonly; default: () => never[]; }; langOptions: { type: import("vue").PropType; default: () => import(".").LangOption[]; }; defaultLang: { type: import("vue").PropType; }; menuPlacement: { type: import("vue").PropType; default: string; }; menuTrigger: { type: import("vue").PropType; default: string; }; menuValue: { type: import("vue").PropType; }; activeMenuKey: { type: import("vue").PropType; default: null; }; menuTabsProps: { type: import("vue").PropType; default: () => {}; }; menuCardMinColumnWidth: { type: import("vue").PropType; default: number; }; logoSrc: { type: import("vue").PropType; default: () => string; }; logoAlt: { type: import("vue").PropType; default: string; }; responsive: { type: import("vue").PropType; default: boolean; }; isMobile: { type: import("vue").PropType; default: boolean; }; mobileMenuType: { type: import("vue").PropType<"drawer" | "dropdown">; default: string; }; mobileActionsCollapse: { type: import("vue").PropType; default: boolean; }; mobileShowFooterActions: { type: import("vue").PropType; default: boolean; }; mobilePrimaryActionText: { type: import("vue").PropType; default: undefined; }; mobileSecondaryActionText: { type: import("vue").PropType; default: undefined; }; mobileShowHeaderActions: { type: import("vue").PropType; default: boolean; }; actionsProps: { type: import("vue").PropType; }; onSearch: import("vue").PropType; 'onUpdate:menuValue': import("vue").PropType void>>; onUpdateMenuValue: import("vue").PropType>; 'onUpdate:activeMenuKey': import("vue").PropType void>>; onUpdateActiveMenuKey: import("vue").PropType void>>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{ onSearch?: ((...args: any[]) => any) | undefined; onPreview?: ((...args: any[]) => any) | undefined; onLogout?: ((...args: any[]) => any) | undefined; "onUpdate:activeMenuKey"?: ((...args: any[]) => any) | undefined; "onSearch-result-select"?: ((...args: any[]) => any) | undefined; "onLanguage-select"?: ((...args: any[]) => any) | undefined; "onLogo-click"?: ((...args: any[]) => any) | undefined; "onMobile-primary-action"?: ((...args: any[]) => any) | undefined; "onMobile-secondary-action"?: ((...args: any[]) => any) | undefined; }>, { responsive: boolean | undefined; menuTrigger: import(".").HeaderMenuTrigger | undefined; menuOptions: import(".").HeaderMenuOption[] | undefined; langOptions: import(".").LangOption[] | undefined; menuPlacement: import(".").HeaderMenuPlacement | undefined; activeMenuKey: string | number | null | undefined; menuTabsProps: Partial | undefined; menuCardMinColumnWidth: string | number | undefined; logoSrc: string | undefined; logoAlt: string | undefined; isMobile: boolean | undefined; mobileActionsCollapse: boolean | undefined; mobileShowFooterActions: boolean | undefined; mobilePrimaryActionText: string | undefined; mobileSecondaryActionText: string | undefined; mobileShowHeaderActions: boolean | undefined; mobileMenuType: "drawer" | "dropdown"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UHeaderActions: import("vue").DefineComponent; readonly required: true; }; readonly currentLang: { readonly type: import("vue").PropType; readonly required: true; }; readonly mergedClsPrefix: { readonly type: import("vue").PropType; readonly required: true; }; readonly responsive: { readonly type: import("vue").PropType; readonly default: false; }; readonly isMobile: { readonly type: import("vue").PropType; readonly default: false; }; readonly mobileActionsCollapse: { readonly type: import("vue").PropType; readonly default: true; }; readonly actionsVisibility: { readonly type: import("vue").PropType; readonly required: false; }; readonly cssVars: import("vue").PropType; readonly langDropdownThemeOverrides: import("vue").PropType; readonly onSearch: import("vue").PropType; readonly onPreview: import("vue").PropType; readonly onLogout: import("vue").PropType; readonly onLanguageSelect: import("vue").PropType; readonly onSearchResultSelect: import("vue").PropType; }>, { searchVisible: import("vue").Ref; searchValue: import("vue").Ref; searchResults: import("vue").Ref<{ key: string | number; label: string; description?: string | undefined; icon?: (() => import("vue").VNodeChild) | undefined; extra?: string | undefined; onClick?: (() => void) | undefined; disabled?: boolean | undefined; }[], import(".").HeaderSearchResult[] | { key: string | number; label: string; description?: string | undefined; icon?: (() => import("vue").VNodeChild) | undefined; extra?: string | undefined; onClick?: (() => void) | undefined; disabled?: boolean | undefined; }[]>; searchLoading: import("vue").Ref; handleSearchClick: () => void; handleSearchInput: (value: string) => void; handleSearch: () => Promise; handleSearchClose: () => void; handleResultSelect: (result: import(".").HeaderSearchResult) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly required: true; }; readonly currentLang: { readonly type: import("vue").PropType; readonly required: true; }; readonly mergedClsPrefix: { readonly type: import("vue").PropType; readonly required: true; }; readonly responsive: { readonly type: import("vue").PropType; readonly default: false; }; readonly isMobile: { readonly type: import("vue").PropType; readonly default: false; }; readonly mobileActionsCollapse: { readonly type: import("vue").PropType; readonly default: true; }; readonly actionsVisibility: { readonly type: import("vue").PropType; readonly required: false; }; readonly cssVars: import("vue").PropType; readonly langDropdownThemeOverrides: import("vue").PropType; readonly onSearch: import("vue").PropType; readonly onPreview: import("vue").PropType; readonly onLogout: import("vue").PropType; readonly onLanguageSelect: import("vue").PropType; readonly onSearchResultSelect: import("vue").PropType; }>> & Readonly<{}>, { readonly responsive: boolean | undefined; readonly isMobile: boolean | undefined; readonly mobileActionsCollapse: boolean | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UHeaderDesktopLayout: import("vue").DefineComponent; readonly required: true; }; readonly themeClass: StringConstructor; readonly cssVars: import("vue").PropType; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly required: true; }; readonly themeClass: StringConstructor; readonly cssVars: import("vue").PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UHeaderMobileLayout: import("vue").DefineComponent; readonly required: true; }; readonly themeClass: StringConstructor; readonly cssVars: import("vue").PropType; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly required: true; }; readonly themeClass: StringConstructor; readonly cssVars: import("vue").PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UHeaderNavigation: import("vue").DefineComponent<{ readonly mergedClsPrefix: string; readonly menuTrigger: "click" | "hover"; readonly menuOptions: import(".").HeaderMenuOption[]; readonly menuPlacement: import(".").HeaderMenuPlacement; readonly activeMenuKey: string | number | null; readonly menuTabsProps: Partial; readonly menuCardMinColumnWidth: string | number; readonly menuPaneClass: string; readonly menuPaneWrapperClass: string; } & { readonly menuValue?: string | number | null | undefined; readonly onUpdateMenuValue?: import("./_utils").MaybeArray<(value: string | number | null) => void> | undefined; readonly 'onUpdate:menuValue'?: import("./_utils").MaybeArray<(value: string | number | null) => void> | undefined; readonly onUpdateActiveMenuKey?: ((value: string | number | null) => void) | undefined; }>; export declare const UHeaderSearchDesktop: import("vue").DefineComponent; readonly default: () => never[]; }; readonly searchLoading: { readonly type: BooleanConstructor; readonly default: false; }; readonly mergedClsPrefix: { readonly type: import("vue").PropType; readonly required: true; }; readonly cssVars: import("vue").PropType; readonly onSearchInput: import("vue").PropType<(value: string) => void>; readonly onSearchClose: import("vue").PropType<() => void>; readonly onSearchSubmit: import("vue").PropType<() => void>; readonly onResultSelect: import("vue").PropType<(result: import(".").HeaderSearchResult) => void>; }>, { search: import("vue").Ref; searchText: import("vue").ComputedRef; placeholder: import("vue").ComputedRef; inputInstRef: import("vue").Ref<{ wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null, { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: () => never[]; }; readonly searchLoading: { readonly type: BooleanConstructor; readonly default: false; }; readonly mergedClsPrefix: { readonly type: import("vue").PropType; readonly required: true; }; readonly cssVars: import("vue").PropType; readonly onSearchInput: import("vue").PropType<(value: string) => void>; readonly onSearchClose: import("vue").PropType<() => void>; readonly onSearchSubmit: import("vue").PropType<() => void>; readonly onResultSelect: import("vue").PropType<(result: import(".").HeaderSearchResult) => void>; }>> & Readonly<{}>, { readonly searchValue: string; readonly searchResults: import(".").HeaderSearchResult[]; readonly searchLoading: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UHeaderSearchMobile: import("vue").DefineComponent; readonly default: () => {}; }; readonly mergedClsPrefix: { readonly type: import("vue").PropType; readonly required: true; }; readonly onClose: import("vue").PropType<() => void>; readonly onSearch: import("vue").PropType; readonly onSearchResultSelect: import("vue").PropType<(result: import(".").HeaderSearchResult) => void>; }>, { placeholder: import("vue").ComputedRef; searchValue: import("vue").Ref; searchResults: import("vue").Ref<{ key: string | number; label: string; description?: string | undefined; icon?: (() => import("vue").VNodeChild) | undefined; extra?: string | undefined; onClick?: (() => void) | undefined; disabled?: boolean | undefined; }[], import(".").HeaderSearchResult[] | { key: string | number; label: string; description?: string | undefined; icon?: (() => import("vue").VNodeChild) | undefined; extra?: string | undefined; onClick?: (() => void) | undefined; disabled?: boolean | undefined; }[]>; searchLoading: import("vue").Ref; inputInstRef: import("vue").Ref<{ wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null, { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null>; handleSearchInput: (value: string) => void; handleSearch: () => Promise; handleClose: () => void; handleResultSelect: (result: import(".").HeaderSearchResult) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: () => {}; }; readonly mergedClsPrefix: { readonly type: import("vue").PropType; readonly required: true; }; readonly onClose: import("vue").PropType<() => void>; readonly onSearch: import("vue").PropType; readonly onSearchResultSelect: import("vue").PropType<(result: import(".").HeaderSearchResult) => void>; }>> & Readonly<{}>, { readonly show: boolean; readonly cssVars: import("vue").CSSProperties; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UHeaderSearchResults: import("vue").DefineComponent; readonly default: "desktop"; }; readonly results: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly query: { readonly type: StringConstructor; readonly default: ""; }; readonly mergedClsPrefix: { readonly type: import("vue").PropType; readonly required: true; }; readonly cssVars: import("vue").PropType; readonly onSelect: import("vue").PropType<(result: import(".").HeaderSearchResult) => void>; }>, { placeholder: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "desktop"; }; readonly results: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly query: { readonly type: StringConstructor; readonly default: ""; }; readonly mergedClsPrefix: { readonly type: import("vue").PropType; readonly required: true; }; readonly cssVars: import("vue").PropType; readonly onSelect: import("vue").PropType<(result: import(".").HeaderSearchResult) => void>; }>> & Readonly<{}>, { readonly loading: boolean; readonly results: import(".").HeaderSearchResult[]; readonly version: "mobile" | "desktop"; readonly query: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './heatmap'; export { heatmapDark, heatmapLight, heatmapMockData, heatmapProps } from './heatmap'; export declare const UHeatmap: import("vue").DefineComponent; readonly colorTheme: import("vue").PropType; readonly data: import("vue").PropType; readonly loadingData: import("vue").PropType; readonly fillCalendarLeading: BooleanConstructor; readonly firstDayOfWeek: { readonly type: import("vue").PropType; readonly default: 0; }; readonly loading: BooleanConstructor; readonly minimumColor: StringConstructor; readonly showColorIndicator: { readonly type: BooleanConstructor; readonly default: true; }; readonly showWeekLabels: { readonly type: BooleanConstructor; readonly default: true; }; readonly showMonthLabels: { readonly type: BooleanConstructor; readonly default: true; }; readonly size: { readonly type: import("vue").PropType<"small" | "medium" | "large">; readonly default: "medium"; }; readonly tooltip: { readonly type: import("vue").PropType; readonly default: false; }; readonly xGap: import("vue").PropType; readonly yGap: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { weekLabels: import("vue").ComputedRef<{ label: string; visible: boolean; }[]>; monthLabels: import("vue").ComputedRef<{ name: string; colSpan: number; }[]>; mergedColors: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; rtlEnabled: import("vue").Ref | undefined; locale: import("vue").Ref<{ less: string; more: string; monthFormat: string; weekdayFormat: string; }, { less: string; more: string; monthFormat: string; weekdayFormat: string; }>; cssVars: import("vue").ComputedRef<{ '--n-bezier': string; '--n-font-size': string; '--n-font-weight': string; '--n-text-color': string; '--n-border-radius': string; '--n-border-color': string; '--n-loading-color-start': string; '--n-rect-size': string; '--n-x-gap': string; '--n-y-gap': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; heatmapMatrix: import("vue").ComputedRef; loadingClass: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly colorTheme: import("vue").PropType; readonly data: import("vue").PropType; readonly loadingData: import("vue").PropType; readonly fillCalendarLeading: BooleanConstructor; readonly firstDayOfWeek: { readonly type: import("vue").PropType; readonly default: 0; }; readonly loading: BooleanConstructor; readonly minimumColor: StringConstructor; readonly showColorIndicator: { readonly type: BooleanConstructor; readonly default: true; }; readonly showWeekLabels: { readonly type: BooleanConstructor; readonly default: true; }; readonly showMonthLabels: { readonly type: BooleanConstructor; readonly default: true; }; readonly size: { readonly type: import("vue").PropType<"small" | "medium" | "large">; readonly default: "medium"; }; readonly tooltip: { readonly type: import("vue").PropType; readonly default: false; }; readonly xGap: import("vue").PropType; readonly yGap: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly size: "small" | "medium" | "large"; readonly loading: boolean; readonly firstDayOfWeek: import(".").HeatmapFirstDayOfWeek; readonly tooltip: boolean | import("./tooltip").TooltipProps; readonly fillCalendarLeading: boolean; readonly showColorIndicator: boolean; readonly showWeekLabels: boolean; readonly showMonthLabels: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './highlight'; export { highlightProps } from './highlight'; export declare const UHighlight: import("vue").DefineComponent; readonly default: () => never[]; }; readonly highlightClass: StringConstructor; readonly highlightStyle: import("vue").PropType; }>, { highlightedNode: import("vue").ComputedRef>; mergedClsPrefix: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: () => never[]; }; readonly highlightClass: StringConstructor; readonly highlightStyle: import("vue").PropType; }>> & Readonly<{}>, { readonly highlightTag: string; readonly caseSensitive: boolean; readonly autoEscape: boolean; readonly patterns: string[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './icon'; export { iconProps, renderIcon } from './icon'; export declare const UIcon: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; readonly size: import("vue").PropType; readonly color: StringConstructor; readonly component: import("vue").PropType; readonly name: import("vue").PropType; readonly pack: import("vue").PropType; readonly onClick: import("vue").PropType<(e: MouseEvent) => void>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { mergedClsPrefix: import("vue").Ref; resolvedPackedIcon: import("vue").ComputedRef; mergedStyle: import("vue").ComputedRef<{ fontSize: string | undefined; color: string | undefined; }>; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-color': string; '--u-opacity': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; readonly size: import("vue").PropType; readonly color: StringConstructor; readonly component: import("vue").PropType; readonly name: import("vue").PropType; readonly pack: import("vue").PropType; readonly onClick: import("vue").PropType<(e: MouseEvent) => void>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { mergedClsPrefix: import("vue").Ref; resolvedPackedIcon: import("vue").ComputedRef; mergedStyle: import("vue").ComputedRef<{ fontSize: string | undefined; color: string | undefined; }>; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-color': string; '--u-opacity': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; readonly size: import("vue").PropType; readonly color: StringConstructor; readonly component: import("vue").PropType; readonly name: import("vue").PropType; readonly pack: import("vue").PropType; readonly onClick: import("vue").PropType<(e: MouseEvent) => void>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { mergedClsPrefix: import("vue").Ref; resolvedPackedIcon: import("vue").ComputedRef; mergedStyle: import("vue").ComputedRef<{ fontSize: string | undefined; color: string | undefined; }>; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-color': string; '--u-opacity': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("./_internal/icon").GenericUIcon; export type * from './icon-bar'; export { iconBarItemProps, iconBarProps } from './icon-bar'; export declare const UIconBar: import("vue").DefineComponent; readonly default: () => never[]; }; readonly cols: { readonly type: NumberConstructor; readonly default: 6; }; readonly gridProps: { readonly type: import("vue").PropType>; }; readonly typographyProps: { readonly type: import("vue").PropType>; }; readonly itemSize: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-icon-bar-cols': string; '--u-icon-bar-item-size': string; }> | undefined; themeClass: import("vue").Ref | undefined; renderIconBarItems: (items: import(".").IconBarItemProps[]) => JSX.Element[]; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: () => never[]; }; readonly cols: { readonly type: NumberConstructor; readonly default: 6; }; readonly gridProps: { readonly type: import("vue").PropType>; }; readonly typographyProps: { readonly type: import("vue").PropType>; }; readonly itemSize: import("vue").PropType; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly cols: number; readonly items: import(".").IconBarItemProps[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UIconBarItem: import("vue").DefineComponent import("vue").VNodeChild>; readonly iconSize: import("vue").PropType; readonly span: import("vue").PropType; readonly typographyProps: { readonly type: import("vue").PropType>; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-icon-bar-item-color': string; '--u-icon-bar-item-icon-size': string; '--u-icon-bar-item-label-color': string; '--u-icon-bar-item-label-size-hover': string; '--u-icon-bar-item-label-color-hover': string; '--u-icon-bar-item-color-hover': string; '--u-icon-bar-item-box-shadow': string; '--u-icon-bar-item-gap': string; '--u-icon-bar-item-span': string; }> | undefined; themeClass: import("vue").Ref | undefined; mergedTypographyProps: import("vue").ComputedRef<{ type?: "default" | "error" | "warning" | "success" | "info" | undefined; strong?: boolean | undefined; theme?: import("./_mixins").Theme<"Typography", { margin: string; aTextColor: string; blockquoteTextColor: string; blockquotePrefixColor: string; codeBorderRadius: string; fontSize: string; lineHeight: string; textColor: string; textColorPrimary: string; textColorInfo: string; textColorSuccess: string; textColorWarning: string; textColorError: string; codeTextColor: string; codeColor: string; codeBorder: string; }, any> | undefined; themeOverrides?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; builtinThemeOverrides?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; text?: string | undefined; tag?: keyof HTMLElementTagNameMap | undefined; color?: string | undefined; variant?: import("./typography").TypographyVariant | undefined; italic?: boolean | undefined; variantOptions?: import("./typography").TypographyVariantOptions | undefined; variantWeightsOptions?: import("./typography").TypographyVariantWeightsOptions | undefined; underline?: boolean | undefined; strikethrough?: boolean | undefined; }>; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly import("vue").VNodeChild>; readonly iconSize: import("vue").PropType; readonly span: import("vue").PropType; readonly typographyProps: { readonly type: import("vue").PropType>; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './icon-wrapper'; export { iconWrapperProps } from './icon-wrapper'; export declare const UIconWrapper: import("vue").DefineComponent; readonly default: "default"; }; readonly color: StringConstructor; readonly pulseColor: StringConstructor; readonly iconColor: StringConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "default"; }; readonly color: StringConstructor; readonly pulseColor: StringConstructor; readonly iconColor: StringConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly borderRadius: number; readonly size: number; readonly pulseSize: number; readonly variant: import("./icon-wrapper/src/interface").IconWrapperVariant; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './image'; export { imageGroupProps, imagePreviewProps, imageProps } from './image'; export declare const UImage: import("vue").DefineComponent void>; onPreviewNext: import("vue").PropType<() => void>; showToolbar: { type: BooleanConstructor; default: boolean; }; showToolbarTooltip: BooleanConstructor; renderToolbar: import("vue").PropType; theme: import("vue").PropType; }>; }>>; themeOverrides: import("vue").PropType; }>; }>>>; builtinThemeOverrides: import("vue").PropType; }>; }>>>; alt: StringConstructor; height: import("vue").PropType; imgProps: import("vue").PropType; previewedImgProps: import("vue").PropType; lazy: BooleanConstructor; intersectionObserverOptions: import("vue").PropType; objectFit: { type: import("vue").PropType<"fill" | "contain" | "cover" | "none" | "scale-down">; default: string; }; previewSrc: StringConstructor; fallbackSrc: StringConstructor; width: import("vue").PropType; src: StringConstructor; previewDisabled: BooleanConstructor; loadDescription: StringConstructor; onError: import("vue").PropType<(e: Event) => void>; onLoad: import("vue").PropType<(e: Event) => void>; }>, { click: () => void; showPreview: () => void; mergedClsPrefix: import("vue").Ref; groupId: string | undefined; previewInstRef: import("vue").Ref<{ setThumbnailEl: (e: HTMLImageElement | null) => void; } | null, import("./image").ImagePreviewInst | { setThumbnailEl: (e: HTMLImageElement | null) => void; } | null>; imageRef: import("vue").Ref; mergedPreviewSrc: import("vue").ComputedRef; showError: import("vue").Ref; shouldStartLoading: import("vue").Ref; loaded: import("vue").Ref; mergedOnClick: (e: PointerEvent) => void; onPreviewClose: () => void; mergedOnError: (e: Event) => void; mergedOnLoad: (e: Event) => void; previewShow: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly void>; onPreviewNext: import("vue").PropType<() => void>; showToolbar: { type: BooleanConstructor; default: boolean; }; showToolbarTooltip: BooleanConstructor; renderToolbar: import("vue").PropType; theme: import("vue").PropType; }>; }>>; themeOverrides: import("vue").PropType; }>; }>>>; builtinThemeOverrides: import("vue").PropType; }>; }>>>; alt: StringConstructor; height: import("vue").PropType; imgProps: import("vue").PropType; previewedImgProps: import("vue").PropType; lazy: BooleanConstructor; intersectionObserverOptions: import("vue").PropType; objectFit: { type: import("vue").PropType<"fill" | "contain" | "cover" | "none" | "scale-down">; default: string; }; previewSrc: StringConstructor; fallbackSrc: StringConstructor; width: import("vue").PropType; src: StringConstructor; previewDisabled: BooleanConstructor; loadDescription: StringConstructor; onError: import("vue").PropType<(e: Event) => void>; onLoad: import("vue").PropType<(e: Event) => void>; }>> & Readonly<{}>, { objectFit: "none" | "fill" | "contain" | "cover" | "scale-down"; lazy: boolean; showToolbar: boolean; showToolbarTooltip: boolean; previewDisabled: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UImageGroup: import("vue").DefineComponent; current: NumberConstructor; defaultCurrent: { type: NumberConstructor; default: number; }; show: { type: BooleanConstructor; default: undefined; }; defaultShow: BooleanConstructor; onUpdateShow: import("vue").PropType void>>; 'onUpdate:show': import("vue").PropType void>>; onUpdateCurrent: import("vue").PropType void>>; 'onUpdate:current': import("vue").PropType void>>; onPreviewPrev: import("vue").PropType<() => void>; onPreviewNext: import("vue").PropType<() => void>; showToolbar: { type: BooleanConstructor; default: boolean; }; showToolbarTooltip: BooleanConstructor; renderToolbar: import("vue").PropType; theme: import("vue").PropType; }>; }>>; themeOverrides: import("vue").PropType; }>; }>>>; builtinThemeOverrides: import("vue").PropType; }>; }>>>; }>, { mergedClsPrefix: import("vue").Ref; previewInstRef: import("vue").Ref<{ setThumbnailEl: (e: HTMLImageElement | null) => void; } | null, import("./image").ImagePreviewInst | { setThumbnailEl: (e: HTMLImageElement | null) => void; } | null>; mergedShow: import("vue").ComputedRef; src: import("vue").ComputedRef; onClose: () => void; next: () => void; prev: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; current: NumberConstructor; defaultCurrent: { type: NumberConstructor; default: number; }; show: { type: BooleanConstructor; default: undefined; }; defaultShow: BooleanConstructor; onUpdateShow: import("vue").PropType void>>; 'onUpdate:show': import("vue").PropType void>>; onUpdateCurrent: import("vue").PropType void>>; 'onUpdate:current': import("vue").PropType void>>; onPreviewPrev: import("vue").PropType<() => void>; onPreviewNext: import("vue").PropType<() => void>; showToolbar: { type: BooleanConstructor; default: boolean; }; showToolbarTooltip: BooleanConstructor; renderToolbar: import("vue").PropType; theme: import("vue").PropType; }>; }>>; themeOverrides: import("vue").PropType; }>; }>>>; builtinThemeOverrides: import("vue").PropType; }>; }>>>; }>> & Readonly<{}>, { show: boolean; defaultShow: boolean; showToolbar: boolean; showToolbarTooltip: boolean; defaultCurrent: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UImagePreview: import("vue").DefineComponent void>>; onUpdateShow: import("vue").PropType void>>; onNext: import("vue").PropType<() => void>; onPrev: import("vue").PropType<() => void>; onClose: import("vue").PropType void>>; onPreviewPrev: import("vue").PropType<() => void>; onPreviewNext: import("vue").PropType<() => void>; showToolbar: { type: BooleanConstructor; default: boolean; }; showToolbarTooltip: BooleanConstructor; renderToolbar: import("vue").PropType; theme: import("vue").PropType; }>; }>>; themeOverrides: import("vue").PropType; }>; }>>>; builtinThemeOverrides: import("vue").PropType; }>; }>>>; }>, { setThumbnailEl: (e: HTMLImageElement | null) => void; clsPrefix: import("vue").Ref; previewRef: import("vue").Ref; previewWrapperRef: import("vue").Ref; previewSrc: import("vue").Ref; mergedShow: import("vue").ComputedRef; appear: Readonly>; displayed: import("vue").Ref; previewedImgProps: import("vue").Ref | undefined; handleWheel: (event: WheelEvent) => void; handlePreviewMousedown: (e: MouseEvent) => void; handlePreviewDblclick: (e: MouseEvent) => void; syncTransformOrigin: () => void; handleAfterLeave: () => void; handleDragStart: (e: DragEvent) => void; zoomIn: () => void; zoomOut: () => void; handleDownloadClick: () => void; rotateCounterclockwise: () => void; rotateClockwise: () => void; handleSwitchPrev: () => void; handleSwitchNext: () => void; withTooltip: (node: import("vue").VNode, tooltipKey: "tipPrevious" | "tipNext" | "tipCounterclockwise" | "tipClockwise" | "tipZoomOut" | "tipZoomIn" | "tipDownload" | "tipClose" | "tipOriginalSize") => import("vue").VNode; resizeToOrignalImageSize: () => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-toolbar-icon-color': string; '--u-toolbar-color': string; '--u-toolbar-border-radius': string; '--u-toolbar-box-shadow': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; doUpdateShow: (value: boolean) => void; close: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly void>>; onUpdateShow: import("vue").PropType void>>; onNext: import("vue").PropType<() => void>; onPrev: import("vue").PropType<() => void>; onClose: import("vue").PropType void>>; onPreviewPrev: import("vue").PropType<() => void>; onPreviewNext: import("vue").PropType<() => void>; showToolbar: { type: BooleanConstructor; default: boolean; }; showToolbarTooltip: BooleanConstructor; renderToolbar: import("vue").PropType; theme: import("vue").PropType; }>; }>>; themeOverrides: import("vue").PropType; }>; }>>>; builtinThemeOverrides: import("vue").PropType; }>; }>>>; }>> & Readonly<{}>, { show: boolean; defaultShow: boolean; showToolbar: boolean; showToolbarTooltip: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './infinite-scroll'; export { infiniteScrollProps } from './infinite-scroll'; export declare const UInfiniteScroll: import("vue").DefineComponent Promise | void>; readonly onLoadTop: import("vue").PropType<() => Promise | void>; readonly scrollbarProps: import("vue").PropType; }>, { scrollbarInstRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, import("./_internal").ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; handleScroll: () => void; handleWheel: (e: WheelEvent) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly Promise | void>; readonly onLoadTop: import("vue").PropType<() => Promise | void>; readonly scrollbarProps: import("vue").PropType; }>> & Readonly<{}>, { readonly distance: number; readonly topDistance: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './input'; export { inputGroupLabelProps, inputGroupProps, inputProps } from './input'; export declare const UInput: import("vue").DefineComponent; default: undefined; }; type: { type: import("vue").PropType<"text" | "textarea" | "password">; default: string; }; placeholder: import("vue").PropType; defaultValue: { type: import("vue").PropType; default: null; }; value: import("vue").PropType; disabled: { type: import("vue").PropType; default: undefined; }; size: import("vue").PropType; rows: { type: import("vue").PropType; default: number; }; round: BooleanConstructor; minlength: import("vue").PropType; maxlength: import("vue").PropType; clearable: BooleanConstructor; autosize: { type: import("vue").PropType; default: boolean; }; pair: BooleanConstructor; separator: StringConstructor; autocomplete: { type: BooleanConstructor; default: boolean; }; copyable: BooleanConstructor; uppercase: BooleanConstructor; debounceMs: NumberConstructor; readonly: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; passivelyActivated: BooleanConstructor; showPasswordOn: import("vue").PropType<"mousedown" | "click">; stateful: { type: BooleanConstructor; default: boolean; }; autofocus: BooleanConstructor; inputProps: import("vue").PropType; resizable: { type: BooleanConstructor; default: boolean; }; showCount: BooleanConstructor; loading: { type: BooleanConstructor; default: undefined; }; loadingSkeleton: BooleanConstructor; formatter: import("vue").PropType<(value: string) => string>; allowInput: import("vue").PropType<(value: string) => boolean>; renderCount: import("vue").PropType<(props: { value: string; }) => import("vue").VNodeChild>; onMousedown: import("vue").PropType<(e: MouseEvent) => void>; onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>; onKeyup: import("vue").PropType void>>; onInput: import("vue").PropType; onDebouncedInput: import("vue").PropType; onFocus: import("vue").PropType void>>; onBlur: import("vue").PropType void>>; onClick: import("vue").PropType void>>; onChange: import("vue").PropType; onClear: import("vue").PropType void>>; copyButtonCallback: import("vue").PropType<(value: string) => void>; countGraphemes: import("vue").PropType<(value: string) => number>; status: import("vue").PropType; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; textDecoration: import("vue").PropType; attrSize: { type: NumberConstructor; default: number; }; onInputBlur: import("vue").PropType void>>; onInputFocus: import("vue").PropType void>>; onDeactivate: import("vue").PropType void>>; onActivate: import("vue").PropType void>>; onWrapperFocus: import("vue").PropType void>>; onWrapperBlur: import("vue").PropType void>>; internalDeactivateOnEnter: BooleanConstructor; internalForceFocus: BooleanConstructor; internalLoadingBeforeSuffix: { type: BooleanConstructor; default: boolean; }; showPasswordToggle: BooleanConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { wrapperElRef: import("vue").Ref; inputElRef: import("vue").Ref; inputMirrorElRef: import("vue").Ref; inputEl2Ref: import("vue").Ref; textareaElRef: import("vue").Ref; textareaMirrorElRef: import("vue").Ref; textareaScrollbarInstRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, import("./_internal").ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; rtlEnabled: import("vue").Ref | undefined; uncontrolledValue: import("vue").Ref; mergedValue: import("vue").ComputedRef; passwordVisible: import("vue").Ref; mergedPlaceholder: import("vue").ComputedRef<[string] | [string, string]>; showPlaceholder1: import("vue").ComputedRef; showPlaceholder2: import("vue").ComputedRef; mergedFocus: import("vue").ComputedRef; isComposing: import("vue").Ref; activated: import("vue").Ref; showClearButton: import("vue").ComputedRef; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">; mergedDisabled: import("vue").ComputedRef; textDecorationStyle: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; mergedBordered: import("vue").ComputedRef; mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>; placeholderStyle: import("vue").Ref<{ top: string; }, { top: string; } | { top: string; }>; mergedStatus: import("vue").ComputedRef; textAreaScrollContainerWidth: import("vue").Ref; inputProps: import("vue").ComputedRef; renderCopyButton: (cb?: (value: string | [string, string] | null) => void) => ReturnType; handleTextAreaScroll: (e: Event) => void; handleCompositionStart: () => void; handleCompositionEnd: (e: CompositionEvent) => void; handleInput: (e: InputEvent | CompositionEvent | Event, index?: 0 | 1, event?: string) => void; handleInputBlur: (e: FocusEvent) => void; handleInputFocus: (e: FocusEvent, index: number) => void; handleWrapperBlur: (e: FocusEvent) => void; handleWrapperFocus: (e: FocusEvent) => void; handleMouseEnter: () => void; handleMouseLeave: () => void; handleMouseDown: (e: MouseEvent) => void; handleChange: (e: Event, index?: 0 | 1) => void; handleClick: (e: MouseEvent) => void; handleClear: (e: MouseEvent) => void; handlePasswordToggleClick: () => void; handlePasswordToggleMousedown: (e: MouseEvent) => void; handleWrapperKeydown: (e: KeyboardEvent) => void; handleWrapperKeyup: (e: KeyboardEvent) => void; handleTextAreaMirrorResize: () => void; getTextareaScrollContainer: () => HTMLTextAreaElement | null; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }; peers: any; peerOverrides: { [x: string]: any; }; }>; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-count-text-color': string; '--u-count-text-color-disabled': string; '--u-color': string; '--u-selection-color': string; '--u-font-size': string; '--u-font-weight': string; '--u-font-weight-strong': string; '--u-border-radius': string; '--u-height': string; '--u-padding-left': string; '--u-padding-right': string; '--u-text-color': string; '--u-caret-color': string; '--u-text-decoration-color': string; '--u-border': string; '--u-border-disabled': string; '--u-border-hover': string; '--u-border-focus': string; '--u-placeholder-color': string; '--u-placeholder-color-disabled': string; '--u-icon-size': string; '--u-line-height-textarea': string; '--u-color-disabled': string; '--u-color-focus': string; '--u-text-color-disabled': string; '--u-box-shadow-focus': string; '--u-loading-color': string; '--u-caret-color-success': string; '--u-color-focus-success': string; '--u-box-shadow-focus-success': string; '--u-border-success': string; '--u-border-focus-success': string; '--u-border-hover-success': string; '--u-loading-color-success': string; '--u-caret-color-warning': string; '--u-color-focus-warning': string; '--u-box-shadow-focus-warning': string; '--u-border-warning': string; '--u-border-focus-warning': string; '--u-border-hover-warning': string; '--u-loading-color-warning': string; '--u-caret-color-error': string; '--u-color-focus-error': string; '--u-box-shadow-focus-error': string; '--u-border-error': string; '--u-border-focus-error': string; '--u-border-hover-error': string; '--u-loading-color-error': string; '--u-clear-color': string; '--u-clear-size': string; '--u-clear-color-hover': string; '--u-clear-color-pressed': string; '--u-icon-color': string; '--u-icon-color-hover': string; '--u-icon-color-pressed': string; '--u-icon-color-disabled': string; '--u-suffix-text-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; isCompositing: import("vue").Ref; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; type: { type: import("vue").PropType<"text" | "textarea" | "password">; default: string; }; placeholder: import("vue").PropType; defaultValue: { type: import("vue").PropType; default: null; }; value: import("vue").PropType; disabled: { type: import("vue").PropType; default: undefined; }; size: import("vue").PropType; rows: { type: import("vue").PropType; default: number; }; round: BooleanConstructor; minlength: import("vue").PropType; maxlength: import("vue").PropType; clearable: BooleanConstructor; autosize: { type: import("vue").PropType; default: boolean; }; pair: BooleanConstructor; separator: StringConstructor; autocomplete: { type: BooleanConstructor; default: boolean; }; copyable: BooleanConstructor; uppercase: BooleanConstructor; debounceMs: NumberConstructor; readonly: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; passivelyActivated: BooleanConstructor; showPasswordOn: import("vue").PropType<"mousedown" | "click">; stateful: { type: BooleanConstructor; default: boolean; }; autofocus: BooleanConstructor; inputProps: import("vue").PropType; resizable: { type: BooleanConstructor; default: boolean; }; showCount: BooleanConstructor; loading: { type: BooleanConstructor; default: undefined; }; loadingSkeleton: BooleanConstructor; formatter: import("vue").PropType<(value: string) => string>; allowInput: import("vue").PropType<(value: string) => boolean>; renderCount: import("vue").PropType<(props: { value: string; }) => import("vue").VNodeChild>; onMousedown: import("vue").PropType<(e: MouseEvent) => void>; onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>; onKeyup: import("vue").PropType void>>; onInput: import("vue").PropType; onDebouncedInput: import("vue").PropType; onFocus: import("vue").PropType void>>; onBlur: import("vue").PropType void>>; onClick: import("vue").PropType void>>; onChange: import("vue").PropType; onClear: import("vue").PropType void>>; copyButtonCallback: import("vue").PropType<(value: string) => void>; countGraphemes: import("vue").PropType<(value: string) => number>; status: import("vue").PropType; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; textDecoration: import("vue").PropType; attrSize: { type: NumberConstructor; default: number; }; onInputBlur: import("vue").PropType void>>; onInputFocus: import("vue").PropType void>>; onDeactivate: import("vue").PropType void>>; onActivate: import("vue").PropType void>>; onWrapperFocus: import("vue").PropType void>>; onWrapperBlur: import("vue").PropType void>>; internalDeactivateOnEnter: BooleanConstructor; internalForceFocus: BooleanConstructor; internalLoadingBeforeSuffix: { type: BooleanConstructor; default: boolean; }; showPasswordToggle: BooleanConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { bordered: boolean | undefined; disabled: boolean | undefined; type: "textarea" | "text" | "password"; loading: boolean; clearable: boolean; defaultValue: string | [string, string] | null; round: boolean; loadingSkeleton: boolean; rows: string | number; stateful: boolean; resizable: boolean; pair: boolean; autosize: boolean | { minRows?: number; maxRows?: number; }; autocomplete: boolean; copyable: boolean; uppercase: boolean; readonly: string | boolean; passivelyActivated: boolean; autofocus: boolean; showCount: boolean; attrSize: number; internalDeactivateOnEnter: boolean; internalForceFocus: boolean; internalLoadingBeforeSuffix: boolean; showPasswordToggle: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UInputGroup: import("vue").DefineComponent<{}, { mergedClsPrefix: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UInputGroupLabel: import("vue").DefineComponent; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; mergedBordered: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-group-label-color': string; '--u-group-label-border': string; '--u-border-radius': string; '--u-group-label-text-color': string; '--u-font-size': string; '--u-font-weight': string; '--u-line-height': string; '--u-height': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly bordered: boolean | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './input-number'; export { inputNumberProps } from './input-number'; export declare const UInputNumber: import("vue").DefineComponent; default: null; }; value: import("vue").PropType; step: { type: (StringConstructor | NumberConstructor)[]; default: number; }; min: (StringConstructor | NumberConstructor)[]; max: (StringConstructor | NumberConstructor)[]; size: import("vue").PropType; disabled: { type: import("vue").PropType; default: undefined; }; validator: import("vue").PropType<(value: number) => boolean>; bordered: { type: import("vue").PropType; default: undefined; }; showButton: { type: BooleanConstructor; default: boolean; }; buttonPlacement: { type: import("vue").PropType<"right" | "both">; default: string; }; readonly: BooleanConstructor; clearable: BooleanConstructor; keyboard: { type: import("vue").PropType<{ ArrowUp?: boolean; ArrowDown?: boolean; }>; default: {}; }; updateValueOnInput: { type: BooleanConstructor; default: boolean; }; type: { type: import("vue").PropType<"default" | "amount">; default: string; }; parse: import("vue").PropType<(input: string) => number | null>; format: import("vue").PropType<(value: number | null) => string>; precision: NumberConstructor; status: import("vue").PropType; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; onFocus: import("vue").PropType void>>; onBlur: import("vue").PropType void>>; onClear: import("vue").PropType void>>; onChange: import("vue").PropType>; theme: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>; themeOverrides: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; }>, { rtlEnabled: import("vue").Ref | undefined; inputInstRef: import("vue").Ref<{ wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null, { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null>; minusButtonInstRef: import("vue").Ref<{ $el: HTMLElement; } | null, { $el: HTMLElement; } | { $el: HTMLElement; } | null>; addButtonInstRef: import("vue").Ref<{ $el: HTMLElement; } | null, { $el: HTMLElement; } | { $el: HTMLElement; } | null>; mergedClsPrefix: import("vue").Ref; mergedBordered: import("vue").ComputedRef; uncontrolledValue: import("vue").Ref; mergedValue: import("vue").ComputedRef; mergedPlaceholder: import("vue").ComputedRef; displayedValueInvalid: import("vue").ComputedRef; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">; mergedDisabled: import("vue").ComputedRef; displayedValue: import("vue").Ref; addable: import("vue").ComputedRef; minusable: import("vue").ComputedRef; showButton: import("vue").ComputedRef; mergedStatus: import("vue").ComputedRef; handleFocus: (e: FocusEvent) => void; handleBlur: (e: FocusEvent) => void; handleClear: (e: MouseEvent) => void; handleMouseDown: (e: MouseEvent) => void; handleAddClick: () => void; handleMinusClick: () => void; handleAddMousedown: () => void; handleMinusMousedown: () => void; handleKeyDown: (e: KeyboardEvent) => void; handleUpdateDisplayedValue: (value: string) => void; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { iconColorDisabled: string; }; peers: { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }; peerOverrides: { Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; inputThemeOverrides: { paddingSmall: string; paddingMedium: string; paddingLarge: string; }; focus: () => void; blur: () => void; select: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: null; }; value: import("vue").PropType; step: { type: (StringConstructor | NumberConstructor)[]; default: number; }; min: (StringConstructor | NumberConstructor)[]; max: (StringConstructor | NumberConstructor)[]; size: import("vue").PropType; disabled: { type: import("vue").PropType; default: undefined; }; validator: import("vue").PropType<(value: number) => boolean>; bordered: { type: import("vue").PropType; default: undefined; }; showButton: { type: BooleanConstructor; default: boolean; }; buttonPlacement: { type: import("vue").PropType<"right" | "both">; default: string; }; readonly: BooleanConstructor; clearable: BooleanConstructor; keyboard: { type: import("vue").PropType<{ ArrowUp?: boolean; ArrowDown?: boolean; }>; default: {}; }; updateValueOnInput: { type: BooleanConstructor; default: boolean; }; type: { type: import("vue").PropType<"default" | "amount">; default: string; }; parse: import("vue").PropType<(input: string) => number | null>; format: import("vue").PropType<(value: number | null) => string>; precision: NumberConstructor; status: import("vue").PropType; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; onFocus: import("vue").PropType void>>; onBlur: import("vue").PropType void>>; onClear: import("vue").PropType void>>; onChange: import("vue").PropType>; theme: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>; themeOverrides: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; }>> & Readonly<{}>, { bordered: boolean | undefined; disabled: boolean | undefined; type: "default" | "amount"; loading: boolean; clearable: boolean; defaultValue: number | null; keyboard: { ArrowUp?: boolean; ArrowDown?: boolean; }; readonly: boolean; autofocus: boolean; step: string | number; showButton: boolean; buttonPlacement: "right" | "both"; updateValueOnInput: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './input-otp'; export { inputOtpProps } from './input-otp'; export declare const UInputOtp: import("vue").DefineComponent; default: never[]; }; value: import("vue").PropType; length: { type: NumberConstructor; default: number; }; block: BooleanConstructor; size: import("vue").PropType; disabled: BooleanConstructor; mask: BooleanConstructor; readonly: BooleanConstructor; status: import("vue").PropType; gap: import("vue").PropType; placeholder: { type: StringConstructor; default: string; }; allowInput: import("vue").PropType; onBlur: import("vue").PropType>; onFocus: import("vue").PropType>; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; onFinish: import("vue").PropType>; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>, { focusOnChar: (charIndex: number) => void; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { inputWidthSmall: string; inputWidthMedium: string; inputWidthLarge: string; gapSmall: string; gapMedium: string; gapLarge: string; }; peers: { Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }; peerOverrides: { Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; perItemValueArray: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; inputRefList: import("vue").Ref<{ wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; }[], { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; }[] | { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; }[]>; inputType: import("vue").ComputedRef<"text" | "password">; rtlEnabled: import("vue").Ref | undefined; mergedStatus: import("vue").ComputedRef; mergedDisabled: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--u-gap': string; '--u-input-width': string; }> | undefined; themeClass: import("vue").Ref | undefined; getTemplateEvents: (index: number) => { onInput: (value: string) => void; onPaste: (event: ClipboardEvent) => void; onKeydown: (event: KeyboardEvent) => void; onFocus: (event: FocusEvent) => void; onBlur: (event: FocusEvent) => void; }; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: never[]; }; value: import("vue").PropType; length: { type: NumberConstructor; default: number; }; block: BooleanConstructor; size: import("vue").PropType; disabled: BooleanConstructor; mask: BooleanConstructor; readonly: BooleanConstructor; status: import("vue").PropType; gap: import("vue").PropType; placeholder: { type: StringConstructor; default: string; }; allowInput: import("vue").PropType; onBlur: import("vue").PropType>; onFocus: import("vue").PropType>; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; onFinish: import("vue").PropType>; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>> & Readonly<{}>, { disabled: boolean; length: number; mask: boolean; placeholder: string; block: boolean; defaultValue: string[]; readonly: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './kanban'; export { kanbanDark, kanbanLight, kanbanProps } from './kanban'; export declare const UKanban: import("vue").DefineComponent; readonly default: () => never[]; }; data: { readonly type: import("vue").PropType; readonly default: () => never[]; }; itemKey: { readonly type: import("vue").PropType; readonly default: "key"; }; columnField: { readonly type: StringConstructor; readonly default: "column"; }; orientation: { readonly type: import("vue").PropType; readonly default: "horizontal"; }; draggable: { readonly type: BooleanConstructor; readonly default: true; }; columnsDraggable: { readonly type: BooleanConstructor; readonly default: false; }; disabled: BooleanConstructor; allowDrop: import("vue").PropType<(ctx: import(".").KanbanMoveContext) => boolean>; scrollMode: { readonly type: import("vue").PropType; readonly default: "board"; }; scrollThreshold: { readonly type: NumberConstructor; readonly default: 48; }; loading: BooleanConstructor; emptyProps: import("vue").PropType>; columnEmptyText: import("vue").PropType import("vue").VNodeChild)>; columnProps: import("vue").PropType>; cardProps: import("vue").PropType>; 'onUpdate:data': import("vue").PropType<((data: import(".").KanbanItem[]) => void) | Array<(data: import(".").KanbanItem[]) => void>>; onMove: import("vue").PropType<(ctx: import(".").KanbanMoveContext) => void>; onColumnsReorder: import("vue").PropType<(columns: import(".").KanbanColumn[]) => void>; onDragStart: import("vue").PropType<(ctx: import(".").KanbanDragContext) => void>; onDragEnd: import("vue").PropType<(ctx: import(".").KanbanDragContext) => void>; onItemClick: import("vue").PropType<(item: import(".").KanbanItem, column: import(".").KanbanColumn) => void>; onColumnScrollTop: import("vue").PropType<(ctx: import(".").KanbanScrollContext) => void>; onColumnScrollBottom: import("vue").PropType<(ctx: import(".").KanbanScrollContext) => void>; onScrollTop: import("vue").PropType<(ctx: import(".").KanbanScrollContext) => void>; onScrollBottom: import("vue").PropType<(ctx: import(".").KanbanScrollContext) => void>; theme: import("vue").PropType; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; }>>; themeOverrides: import("vue").PropType; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; }>>>; }>, { selfElRef: import("vue").Ref; mergedClsPrefix: import("vue").Ref; mergedColumns: import("vue").ComputedRef; mergedData: import("vue").ComputedRef; columnFieldValue: import("vue").ComputedRef; handleBoardScroll: (event: Event) => void; cssVars: import("vue").ComputedRef> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("move" | "update:data" | "columns-reorder" | "drag-start" | "drag-end" | "item-click" | "column-scroll-top" | "column-scroll-bottom" | "scroll-top" | "scroll-bottom")[], "move" | "update:data" | "columns-reorder" | "drag-start" | "drag-end" | "item-click" | "column-scroll-top" | "column-scroll-bottom" | "scroll-top" | "scroll-bottom", import("vue").PublicProps, Readonly; readonly default: () => never[]; }; data: { readonly type: import("vue").PropType; readonly default: () => never[]; }; itemKey: { readonly type: import("vue").PropType; readonly default: "key"; }; columnField: { readonly type: StringConstructor; readonly default: "column"; }; orientation: { readonly type: import("vue").PropType; readonly default: "horizontal"; }; draggable: { readonly type: BooleanConstructor; readonly default: true; }; columnsDraggable: { readonly type: BooleanConstructor; readonly default: false; }; disabled: BooleanConstructor; allowDrop: import("vue").PropType<(ctx: import(".").KanbanMoveContext) => boolean>; scrollMode: { readonly type: import("vue").PropType; readonly default: "board"; }; scrollThreshold: { readonly type: NumberConstructor; readonly default: 48; }; loading: BooleanConstructor; emptyProps: import("vue").PropType>; columnEmptyText: import("vue").PropType import("vue").VNodeChild)>; columnProps: import("vue").PropType>; cardProps: import("vue").PropType>; 'onUpdate:data': import("vue").PropType<((data: import(".").KanbanItem[]) => void) | Array<(data: import(".").KanbanItem[]) => void>>; onMove: import("vue").PropType<(ctx: import(".").KanbanMoveContext) => void>; onColumnsReorder: import("vue").PropType<(columns: import(".").KanbanColumn[]) => void>; onDragStart: import("vue").PropType<(ctx: import(".").KanbanDragContext) => void>; onDragEnd: import("vue").PropType<(ctx: import(".").KanbanDragContext) => void>; onItemClick: import("vue").PropType<(item: import(".").KanbanItem, column: import(".").KanbanColumn) => void>; onColumnScrollTop: import("vue").PropType<(ctx: import(".").KanbanScrollContext) => void>; onColumnScrollBottom: import("vue").PropType<(ctx: import(".").KanbanScrollContext) => void>; onScrollTop: import("vue").PropType<(ctx: import(".").KanbanScrollContext) => void>; onScrollBottom: import("vue").PropType<(ctx: import(".").KanbanScrollContext) => void>; theme: import("vue").PropType; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; }>>; themeOverrides: import("vue").PropType; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Badge: import("./_mixins").Theme<"Badge", { color: string; colorPrime: string; colorInfo: string; colorSuccess: string; colorError: string; colorWarning: string; fontSize: string; textColor: string; textColorPrime: string; textColorInfo: string; textColorSuccess: string; textColorError: string; textColorWarning: string; borderColor: string; dotSize: string; }, any>; }>>>; }>> & Readonly<{ "onUpdate:data"?: ((...args: any[]) => any) | undefined; onMove?: ((...args: any[]) => any) | undefined; "onColumns-reorder"?: ((...args: any[]) => any) | undefined; "onDrag-start"?: ((...args: any[]) => any) | undefined; "onDrag-end"?: ((...args: any[]) => any) | undefined; "onItem-click"?: ((...args: any[]) => any) | undefined; "onColumn-scroll-top"?: ((...args: any[]) => any) | undefined; "onColumn-scroll-bottom"?: ((...args: any[]) => any) | undefined; "onScroll-top"?: ((...args: any[]) => any) | undefined; "onScroll-bottom"?: ((...args: any[]) => any) | undefined; }>, { disabled: boolean; data: import(".").KanbanItem[]; loading: boolean; columns: import(".").KanbanColumn[]; itemKey: import("./kanban/src/interface").KanbanItemKeyField; columnField: string; orientation: import(".").KanbanOrientation; draggable: boolean; columnsDraggable: boolean; scrollMode: import(".").KanbanScrollMode; scrollThreshold: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UKanbanCard: import("vue").DefineComponent; readonly required: true; }; readonly column: { readonly type: import("vue").PropType; readonly required: true; }; readonly index: { readonly type: NumberConstructor; readonly default: 0; }; readonly ghost: BooleanConstructor; }>, { injection: import("./kanban/src/injection").KanbanInjection; mergedClsPrefix: import("vue").Ref; draggable: import("vue").ComputedRef; dragging: import("vue").ComputedRef; clickable: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly required: true; }; readonly column: { readonly type: import("vue").PropType; readonly required: true; }; readonly index: { readonly type: NumberConstructor; readonly default: 0; }; readonly ghost: BooleanConstructor; }>> & Readonly<{}>, { readonly ghost: boolean; readonly index: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UKanbanColumn: import("vue").DefineComponent; readonly required: true; }; readonly items: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly index: { readonly type: NumberConstructor; readonly default: 0; }; }>, { injection: import("./kanban/src/injection").KanbanInjection; mergedClsPrefix: import("vue").Ref; columnDraggable: import("vue").ComputedRef; dragging: import("vue").ComputedRef; columnDropPosition: import("vue").ComputedRef; vertical: import("vue").ComputedRef; boardScroll: import("vue").ComputedRef; maxReached: import("vue").ComputedRef; columnStyle: import("vue").ComputedRef; countStyle: import("vue").ComputedRef; handleBodyScroll: (event: Event) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly required: true; }; readonly items: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly index: { readonly type: NumberConstructor; readonly default: 0; }; }>> & Readonly<{}>, { readonly items: import(".").KanbanItem[]; readonly index: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './layout'; export { layoutContentProps, layoutFooterProps, layoutHeaderProps, layoutProps, layoutSiderProps } from './layout'; export declare const ULayout: import("vue").DefineComponent; readonly default: "static"; }; nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; scrollbarProps: import("vue").PropType>; onScroll: import("vue").PropType<(e: Event) => void>; contentClass: StringConstructor; contentStyle: { readonly type: import("vue").PropType; readonly default: ""; }; hasSider: BooleanConstructor; siderPlacement: { readonly type: import("vue").PropType<"left" | "right">; readonly default: "left"; }; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>, { scrollTo: ((options: ScrollToOptions) => void) & ((x: number, y: number) => void); mergedClsPrefix: import("vue").Ref; scrollableElRef: import("vue").Ref; scrollbarInstRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, import("./_internal").ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; hasSiderStyle: import("vue").CSSProperties; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { textColor: string; textColorInverted: string; color: string; colorEmbedded: string; headerColor: string; headerColorInverted: string; footerColor: string; footerColorInverted: string; headerBorderColor: string; headerBorderColorInverted: string; footerBorderColor: string; footerBorderColorInverted: string; siderBorderColor: string; siderBorderColorInverted: string; siderColor: string; siderColorInverted: string; siderToggleButtonBorder: string; siderToggleButtonBorderInverted: string; siderToggleButtonColor: string; siderToggleButtonColorInverted: string; siderToggleButtonIconColor: string; siderToggleButtonIconColorInverted: string; siderToggleBarColor: string; siderToggleBarColorHover: string; __invertScrollbar: string; }; peers: { 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: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; handleNativeElScroll: (e: Event) => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-color': string; '--u-text-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "static"; }; nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; scrollbarProps: import("vue").PropType>; onScroll: import("vue").PropType<(e: Event) => void>; contentClass: StringConstructor; contentStyle: { readonly type: import("vue").PropType; readonly default: ""; }; hasSider: BooleanConstructor; siderPlacement: { readonly type: import("vue").PropType<"left" | "right">; readonly default: "left"; }; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>> & Readonly<{}>, { position: "absolute" | "static"; contentStyle: string | import("vue").CSSProperties; embedded: boolean; nativeScrollbar: boolean; hasSider: boolean; siderPlacement: "left" | "right"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const ULayoutContent: import("vue").DefineComponent; readonly default: "static"; }; nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; scrollbarProps: import("vue").PropType>; onScroll: import("vue").PropType<(e: Event) => void>; contentClass: StringConstructor; contentStyle: { readonly type: import("vue").PropType; readonly default: ""; }; hasSider: BooleanConstructor; siderPlacement: { readonly type: import("vue").PropType<"left" | "right">; readonly default: "left"; }; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>, { scrollTo: ((options: ScrollToOptions) => void) & ((x: number, y: number) => void); mergedClsPrefix: import("vue").Ref; scrollableElRef: import("vue").Ref; scrollbarInstRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, import("./_internal").ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; hasSiderStyle: import("vue").CSSProperties; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { textColor: string; textColorInverted: string; color: string; colorEmbedded: string; headerColor: string; headerColorInverted: string; footerColor: string; footerColorInverted: string; headerBorderColor: string; headerBorderColorInverted: string; footerBorderColor: string; footerBorderColorInverted: string; siderBorderColor: string; siderBorderColorInverted: string; siderColor: string; siderColorInverted: string; siderToggleButtonBorder: string; siderToggleButtonBorderInverted: string; siderToggleButtonColor: string; siderToggleButtonColorInverted: string; siderToggleButtonIconColor: string; siderToggleButtonIconColorInverted: string; siderToggleBarColor: string; siderToggleBarColorHover: string; __invertScrollbar: string; }; peers: { 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: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; handleNativeElScroll: (e: Event) => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-color': string; '--u-text-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "static"; }; nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; scrollbarProps: import("vue").PropType>; onScroll: import("vue").PropType<(e: Event) => void>; contentClass: StringConstructor; contentStyle: { readonly type: import("vue").PropType; readonly default: ""; }; hasSider: BooleanConstructor; siderPlacement: { readonly type: import("vue").PropType<"left" | "right">; readonly default: "left"; }; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>> & Readonly<{}>, { position: "absolute" | "static"; contentStyle: string | import("vue").CSSProperties; embedded: boolean; nativeScrollbar: boolean; hasSider: boolean; siderPlacement: "left" | "right"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const ULayoutFooter: import("vue").DefineComponent; readonly default: "static"; }; bordered: BooleanConstructor; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "static"; }; bordered: BooleanConstructor; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>> & Readonly<{}>, { bordered: boolean; position: "absolute" | "static"; inverted: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const ULayoutHeader: import("vue").DefineComponent; readonly default: "static"; }; inverted: BooleanConstructor; bordered: { readonly type: BooleanConstructor; readonly default: false; }; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "static"; }; inverted: BooleanConstructor; bordered: { readonly type: BooleanConstructor; readonly default: false; }; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>> & Readonly<{}>, { bordered: boolean; position: "absolute" | "static"; inverted: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const ULayoutSider: import("vue").DefineComponent; readonly default: "static"; }; bordered: BooleanConstructor; collapsedWidth: { readonly type: NumberConstructor; readonly default: 48; }; width: { readonly type: import("vue").PropType; readonly default: 272; }; contentClass: StringConstructor; contentStyle: { readonly type: import("vue").PropType; readonly default: ""; }; collapseMode: { readonly type: import("vue").PropType<"width" | "transform">; readonly default: "transform"; }; collapsed: { readonly type: import("vue").PropType; readonly default: undefined; }; defaultCollapsed: BooleanConstructor; showCollapsedContent: { readonly type: BooleanConstructor; readonly default: true; }; showTrigger: { readonly type: import("vue").PropType; readonly default: false; }; nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; inverted: BooleanConstructor; scrollbarProps: import("vue").PropType & { style: import("vue").CSSProperties; }>; triggerClass: StringConstructor; triggerStyle: import("vue").PropType; collapsedTriggerClass: StringConstructor; collapsedTriggerStyle: import("vue").PropType; 'onUpdate:collapsed': import("vue").PropType void>>; onUpdateCollapsed: import("vue").PropType void>>; onAfterEnter: import("vue").PropType<() => void>; onAfterLeave: import("vue").PropType<() => void>; onExpand: import("vue").PropType void>>; onCollapse: import("vue").PropType void>>; onScroll: import("vue").PropType<(e: Event) => void>; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>, { scrollTo: ((options: ScrollToOptions) => void) & ((x: number, y: number) => void); scrollableElRef: import("vue").Ref; scrollbarInstRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, import("./_internal").ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; mergedClsPrefix: import("vue").Ref; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { textColor: string; textColorInverted: string; color: string; colorEmbedded: string; headerColor: string; headerColorInverted: string; footerColor: string; footerColorInverted: string; headerBorderColor: string; headerBorderColorInverted: string; footerBorderColor: string; footerBorderColorInverted: string; siderBorderColor: string; siderBorderColorInverted: string; siderColor: string; siderColorInverted: string; siderToggleButtonBorder: string; siderToggleButtonBorderInverted: string; siderToggleButtonColor: string; siderToggleButtonColorInverted: string; siderToggleButtonIconColor: string; siderToggleButtonIconColorInverted: string; siderToggleBarColor: string; siderToggleBarColorHover: string; __invertScrollbar: string; }; peers: { 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: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; styleMaxWidth: import("vue").ComputedRef; mergedCollapsed: import("vue").ComputedRef; scrollContainerStyle: import("vue").ComputedRef; siderPlacement: import("vue").ComputedRef<"left" | "right">; handleNativeElScroll: (e: Event) => void; handleTransitionend: (e: TransitionEvent) => void; handleTriggerClick: () => void; inlineThemeDisabled: boolean | undefined; cssVars: import("vue").ComputedRef; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "static"; }; bordered: BooleanConstructor; collapsedWidth: { readonly type: NumberConstructor; readonly default: 48; }; width: { readonly type: import("vue").PropType; readonly default: 272; }; contentClass: StringConstructor; contentStyle: { readonly type: import("vue").PropType; readonly default: ""; }; collapseMode: { readonly type: import("vue").PropType<"width" | "transform">; readonly default: "transform"; }; collapsed: { readonly type: import("vue").PropType; readonly default: undefined; }; defaultCollapsed: BooleanConstructor; showCollapsedContent: { readonly type: BooleanConstructor; readonly default: true; }; showTrigger: { readonly type: import("vue").PropType; readonly default: false; }; nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; inverted: BooleanConstructor; scrollbarProps: import("vue").PropType & { style: import("vue").CSSProperties; }>; triggerClass: StringConstructor; triggerStyle: import("vue").PropType; collapsedTriggerClass: StringConstructor; collapsedTriggerStyle: import("vue").PropType; 'onUpdate:collapsed': import("vue").PropType void>>; onUpdateCollapsed: import("vue").PropType void>>; onAfterEnter: import("vue").PropType<() => void>; onAfterLeave: import("vue").PropType<() => void>; onExpand: import("vue").PropType void>>; onCollapse: import("vue").PropType void>>; onScroll: import("vue").PropType<(e: Event) => void>; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; }>> & Readonly<{}>, { bordered: boolean; width: string | number; position: "absolute" | "static"; contentStyle: string | import("vue").CSSProperties; collapsed: boolean | undefined; nativeScrollbar: boolean; inverted: boolean; collapsedWidth: number; showTrigger: boolean | "bar" | "sidebar" | "arrow-circle"; collapseMode: "width" | "transform"; defaultCollapsed: boolean; showCollapsedContent: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './legacy-grid'; export { colProps, rowProps } from './legacy-grid'; export declare const UCol: import("vue").DefineComponent; readonly default: 1; }; readonly push: { readonly type: import("vue").PropType; readonly default: 0; }; readonly pull: { readonly type: import("vue").PropType; readonly default: 0; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; }>, { mergedClsPrefix: import("vue").Ref; gutter: import("vue").Ref; stylePadding: import("vue").ComputedRef; mergedPush: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: 1; }; readonly push: { readonly type: import("vue").PropType; readonly default: 0; }; readonly pull: { readonly type: import("vue").PropType; readonly default: 0; }; readonly offset: { readonly type: import("vue").PropType; readonly default: 0; }; }>> & Readonly<{}>, { readonly push: import("./legacy-grid/src/interface").Span; readonly offset: import("./legacy-grid/src/interface").Span; readonly span: import("./legacy-grid/src/interface").Span; readonly pull: import("./legacy-grid/src/interface").Span; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const URow: import("vue").DefineComponent; readonly default: 0; }; readonly alignItems: StringConstructor; readonly justifyContent: StringConstructor; }>, { mergedClsPrefix: import("vue").Ref; rtlEnabled: import("vue").Ref | undefined; styleMargin: import("vue").ComputedRef; styleWidth: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: 0; }; readonly alignItems: StringConstructor; readonly justifyContent: StringConstructor; }>> & Readonly<{}>, { readonly gutter: string | number | [number, number]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './legacy-transfer'; export { legacyTransferProps } from './legacy-transfer'; export declare const ULegacyTransfer: import("vue").DefineComponent; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly virtualScroll: BooleanConstructor; readonly sourceTitle: StringConstructor; readonly targetTitle: StringConstructor; readonly filterable: BooleanConstructor; readonly sourceFilterPlaceholder: StringConstructor; readonly targetFilterPlaceholder: StringConstructor; readonly filter: { readonly type: import("vue").PropType; readonly default: (pattern: string, option: import(".").LegacyTransferOption) => number | true; }; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onChange: import("vue").PropType>; readonly theme: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; }>, { locale: import("vue").Ref<{ sourceTitle: string; targetTitle: string; }, { sourceTitle: string; targetTitle: string; }>; mergedClsPrefix: import("vue").Ref; mergedDisabled: import("vue").ComputedRef; itemSize: import("vue").ComputedRef; isMounted: Readonly>; isInputing: import("vue").Ref; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { extraFontSize: string; width: string; itemHeightSmall: string; itemHeightMedium: string; itemHeightLarge: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; borderRadius: string; borderColor: string; listColor: string; headerColor: string; titleTextColor: string; titleTextColorDisabled: string; extraTextColor: string; filterDividerColor: string; itemTextColor: string; itemTextColorDisabled: string; itemColorPending: string; titleFontWeight: string; iconColor: string; iconColorDisabled: string; }; peers: { Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }; peerOverrides: { Checkbox?: { peers?: { [x: string]: any; } | undefined; } | undefined; Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; filteredSrcOpts: import("vue").ComputedRef; filteredTgtOpts: import("vue").ComputedRef; srcPattern: import("vue").Ref; tgtPattern: import("vue").Ref; toButtonDisabled: import("vue").ComputedRef; fromButtonDisabled: import("vue").ComputedRef; handleSrcHeaderCheck: () => void; handleTgtHeaderCheck: () => void; handleToSrcClick: () => void; handleToTgtClick: () => void; handleInputFocus: () => void; handleInputBlur: () => void; handleTgtFilterUpdateValue: (value: string | null) => void; handleSrcFilterUpdateValue: (value: string | null) => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-bezier-ease-in': string; '--u-bezier-ease-out': string; '--u-border-color': string; '--u-border-radius': string; '--u-extra-font-size': string; '--u-filter-divider-color': string; '--u-font-size': string; '--u-header-color': string; '--u-header-extra-text-color': string; '--u-header-font-weight': string; '--u-header-text-color': string; '--u-header-text-color-disabled': string; '--u-item-color-pending': string; '--u-item-height': string; '--u-item-text-color': string; '--u-item-text-color-disabled': string; '--u-list-color': string; '--u-width': string; '--u-icon-color': string; '--u-icon-color-disabled': string; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly virtualScroll: BooleanConstructor; readonly sourceTitle: StringConstructor; readonly targetTitle: StringConstructor; readonly filterable: BooleanConstructor; readonly sourceFilterPlaceholder: StringConstructor; readonly targetFilterPlaceholder: StringConstructor; readonly filter: { readonly type: import("vue").PropType; readonly default: (pattern: string, option: import(".").LegacyTransferOption) => number | true; }; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onChange: import("vue").PropType>; readonly theme: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; }>> & Readonly<{}>, { readonly disabled: boolean | undefined; readonly filter: import("./legacy-transfer/src/interface").Filter; readonly options: import(".").LegacyTransferOption[]; readonly defaultValue: import("./legacy-transfer/src/interface").OptionValue[] | null; readonly filterable: boolean; readonly virtualScroll: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './list'; export { listProps } from './list'; export declare const UList: import("vue").DefineComponent; default: string; }; showIcon: { type: BooleanConstructor; default: boolean; }; tag: { type: StringConstructor; default: string; }; itemTag: { type: StringConstructor; default: string; }; bordered: BooleanConstructor; clickable: BooleanConstructor; showDivider: BooleanConstructor; onClick: { type: import("vue").PropType; default: undefined; }; onKeypress: { type: import("vue").PropType; default: undefined; }; onPress: { type: import("vue").PropType; default: undefined; }; onBlur: { type: import("vue").PropType; default: undefined; }; onFocus: { type: import("vue").PropType; default: undefined; }; descriptionFirst: import("./list/src/interface").BooleanProp; columnsEven: import("./list/src/interface").BooleanProp; hoverable: import("./list/src/interface").BooleanProp; rounded: import("./list/src/interface").BooleanProp; disabled: import("./list/src/interface").BooleanProp; loading: import("./list/src/interface").BooleanProp; loadingSkeleton: import("./list/src/interface").BooleanProp; header: import("./list/src/interface").RenderableProp; description: import("./list/src/interface").RenderableProp; headerSide: import("./list/src/interface").RenderableProp; descriptionSide: import("./list/src/interface").RenderableProp; icon: import("./list/src/interface").RenderableProp; avatar: import("./list/src/interface").RenderableProp; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; rtlEnabled: import("vue").Ref | undefined; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-text-color': string; '--u-color': string; '--u-border-radius': string; '--u-border-color': string; '--u-border-color-modal': string; '--u-border-color-popover': string; '--u-color-modal': string; '--u-color-popover': string; '--u-color-hover': string; '--u-color-hover-modal': string; '--u-color-hover-popover': string; '--u-icon-size': string; '--u-icon-space': string; '--u-suffix-space': string; '--u-prefix-space': string; '--u-subtitle-color': string; '--u-avatar-space': string; '--u-color-focus': string; '--u-pressed-scale': string; '--u-text-color-disabled': string; '--u-padding': string; '--u-suffix-size': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; showIcon: { type: BooleanConstructor; default: boolean; }; tag: { type: StringConstructor; default: string; }; itemTag: { type: StringConstructor; default: string; }; bordered: BooleanConstructor; clickable: BooleanConstructor; showDivider: BooleanConstructor; onClick: { type: import("vue").PropType; default: undefined; }; onKeypress: { type: import("vue").PropType; default: undefined; }; onPress: { type: import("vue").PropType; default: undefined; }; onBlur: { type: import("vue").PropType; default: undefined; }; onFocus: { type: import("vue").PropType; default: undefined; }; descriptionFirst: import("./list/src/interface").BooleanProp; columnsEven: import("./list/src/interface").BooleanProp; hoverable: import("./list/src/interface").BooleanProp; rounded: import("./list/src/interface").BooleanProp; disabled: import("./list/src/interface").BooleanProp; loading: import("./list/src/interface").BooleanProp; loadingSkeleton: import("./list/src/interface").BooleanProp; header: import("./list/src/interface").RenderableProp; description: import("./list/src/interface").RenderableProp; headerSide: import("./list/src/interface").RenderableProp; descriptionSide: import("./list/src/interface").RenderableProp; icon: import("./list/src/interface").RenderableProp; avatar: import("./list/src/interface").RenderableProp; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { bordered: boolean; icon: import("./list/src/interface").RenderableType; avatar: import("./list/src/interface").RenderableType; disabled: boolean; header: import("./list/src/interface").RenderableType; size: import("./list/src/interface").Size; onFocus: import("./_utils").ArrayFocusHandler | undefined; onBlur: import("./_utils").ArrayFocusHandler | undefined; onKeypress: import("./_utils").ArrayKeyboardHandler | undefined; onClick: import("./_utils").ArrayMouseHandler | undefined; loading: boolean; description: import("./list/src/interface").RenderableType; tag: string; showIcon: boolean; rounded: boolean; loadingSkeleton: boolean; hoverable: boolean; headerSide: import("./list/src/interface").RenderableType; descriptionSide: import("./list/src/interface").RenderableType; descriptionFirst: boolean; columnsEven: boolean; itemTag: string; clickable: boolean; showDivider: boolean; onPress: import("./_utils").ArrayEmptyHandler | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UListItem: import("vue").DefineComponent; default: () => {}; }; badge: { type: import("vue").PropType; default: () => {}; }; tag: { type: StringConstructor; default: undefined; }; prefixAlign: { type: import("vue").PropType<"start" | "center" | "end">; default: string; }; suffixAlign: { type: import("vue").PropType<"start" | "center" | "end">; default: string; }; loadingPrefix: BooleanConstructor; loadingSuffix: BooleanConstructor; header: { type: import("vue").PropType; }; description: { type: import("vue").PropType; }; headerSide: { type: import("vue").PropType; }; descriptionSide: { type: import("vue").PropType; }; onClick: { type: import("vue").PropType; default: undefined; }; onKeypress: { type: import("vue").PropType; default: undefined; }; onPress: { type: import("vue").PropType; default: undefined; }; onBlur: { type: import("vue").PropType; default: undefined; }; onFocus: { type: import("vue").PropType; default: undefined; }; showIcon: import("./list/src/interface").BooleanProp; descriptionFirst: import("./list/src/interface").BooleanProp; columnsEven: import("./list/src/interface").BooleanProp; hoverable: import("./list/src/interface").BooleanProp; rounded: import("./list/src/interface").BooleanProp; disabled: import("./list/src/interface").BooleanProp; loading: import("./list/src/interface").BooleanProp; loadingSkeleton: import("./list/src/interface").BooleanProp; icon: import("./list/src/interface").RenderableProp; }>, { mergedClsPrefix: import("vue").Ref; mergedHoverable: import("vue").ComputedRef; mergedDisabled: import("vue").ComputedRef; mergedLoading: import("vue").ComputedRef; mergedShowIcon: import("vue").ComputedRef; mergedRounded: import("vue").ComputedRef; mergedTag: import("vue").ComputedRef; resolveSlot: (name: string) => import("vue").Slot | null; hasFocus: import("vue").ComputedRef; isPressed: import("vue").Ref; handleClick: import("./_utils").MouseEventHandler; handleKeyPress: import("./_utils").KeyboardEventHandler; handleBlur: (e: FocusEvent) => void; handleFocus: (e: FocusEvent) => void; bordered: import("vue").Ref; showDivider: import("vue").Ref; size: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => {}; }; badge: { type: import("vue").PropType; default: () => {}; }; tag: { type: StringConstructor; default: undefined; }; prefixAlign: { type: import("vue").PropType<"start" | "center" | "end">; default: string; }; suffixAlign: { type: import("vue").PropType<"start" | "center" | "end">; default: string; }; loadingPrefix: BooleanConstructor; loadingSuffix: BooleanConstructor; header: { type: import("vue").PropType; }; description: { type: import("vue").PropType; }; headerSide: { type: import("vue").PropType; }; descriptionSide: { type: import("vue").PropType; }; onClick: { type: import("vue").PropType; default: undefined; }; onKeypress: { type: import("vue").PropType; default: undefined; }; onPress: { type: import("vue").PropType; default: undefined; }; onBlur: { type: import("vue").PropType; default: undefined; }; onFocus: { type: import("vue").PropType; default: undefined; }; showIcon: import("./list/src/interface").BooleanProp; descriptionFirst: import("./list/src/interface").BooleanProp; columnsEven: import("./list/src/interface").BooleanProp; hoverable: import("./list/src/interface").BooleanProp; rounded: import("./list/src/interface").BooleanProp; disabled: import("./list/src/interface").BooleanProp; loading: import("./list/src/interface").BooleanProp; loadingSkeleton: import("./list/src/interface").BooleanProp; icon: import("./list/src/interface").RenderableProp; }>> & Readonly<{}>, { icon: import("./list/src/interface").RenderableType; avatar: import("./avatar").AvatarProps & { icon: import("vue").Component; hasBadge?: boolean; }; disabled: boolean; onFocus: import("./_utils").ArrayFocusHandler | undefined; onBlur: import("./_utils").ArrayFocusHandler | undefined; onKeypress: import("./_utils").ArrayKeyboardHandler | undefined; onClick: import("./_utils").ArrayMouseHandler | undefined; loading: boolean; tag: string; showIcon: boolean; rounded: boolean; loadingSkeleton: boolean; hoverable: boolean; descriptionFirst: boolean; columnsEven: boolean; onPress: import("./_utils").ArrayEmptyHandler | undefined; badge: import("./badge").BadgeProps; prefixAlign: "center" | "start" | "end"; suffixAlign: "center" | "start" | "end"; loadingPrefix: boolean; loadingSuffix: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './loading-bar'; export { loadingBarProviderProps, useLoadingBar } from './loading-bar'; export declare const ULoadingBarProvider: import("vue").DefineComponent; default: undefined; }; containerStyle: import("vue").PropType; loadingBarStyle: { type: import("vue").PropType<{ loading?: string | import("vue").CSSProperties; error?: string | import("vue").CSSProperties; }>; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, import("./loading-bar/src/LoadingBarProvider").LoadingBarInst & { loadingBarRef: import("vue").Ref<{ start: () => void; error: () => void; finish: () => void; } | null, import("./loading-bar/src/LoadingBarProvider").LoadingBarInst | { start: () => void; error: () => void; finish: () => void; } | null>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; containerStyle: import("vue").PropType; loadingBarStyle: { type: import("vue").PropType<{ loading?: string | import("vue").CSSProperties; error?: string | import("vue").CSSProperties; }>; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { to: string | false | HTMLElement; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './log'; export { logProps } from './log'; export declare const ULog: import("vue").DefineComponent; readonly default: () => never[]; }; readonly lineHeight: { readonly type: NumberConstructor; readonly default: 1.25; }; readonly language: StringConstructor; readonly rows: { readonly type: NumberConstructor; readonly default: 15; }; readonly offsetTop: { readonly type: NumberConstructor; readonly default: 0; }; readonly offsetBottom: { readonly type: NumberConstructor; readonly default: 0; }; readonly hljs: ObjectConstructor; readonly spinProps: import("vue").PropType; readonly onReachTop: import("vue").PropType<() => void>; readonly onReachBottom: import("vue").PropType<() => void>; readonly onRequireMore: import("vue").PropType<(from: "top" | "bottom") => void>; readonly theme: import("vue").PropType; Code: import("./_mixins").Theme<"Code", { textColor: string; fontSize: string; fontWeightStrong: string; 'mono-3': string; 'hue-1': string; 'hue-2': string; 'hue-3': string; 'hue-4': string; 'hue-5': string; 'hue-5-2': string; 'hue-6': string; 'hue-6-2': string; lineNumberTextColor: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; Code: import("./_mixins").Theme<"Code", { textColor: string; fontSize: string; fontWeightStrong: string; 'mono-3': string; 'hue-1': string; 'hue-2': string; 'hue-3': string; 'hue-4': string; 'hue-5': string; 'hue-5-2': string; 'hue-6': string; 'hue-6-2': string; lineNumberTextColor: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Code: import("./_mixins").Theme<"Code", { textColor: string; fontSize: string; fontWeightStrong: string; 'mono-3': string; 'hue-1': string; 'hue-2': string; 'hue-3': string; 'hue-4': string; 'hue-5': string; 'hue-5-2': string; 'hue-6': string; 'hue-6-2': string; lineNumberTextColor: string; }, any>; }>>>; }>, { mergedClsPrefix: import("vue").Ref; scrollbarRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, import("./_internal").ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { loaderFontSize: string; loaderTextColor: string; loaderColor: string; loaderBorder: string; loadingColor: string; }; peers: { 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>; Code: import("./_mixins").Theme<"Code", { textColor: string; fontSize: string; fontWeightStrong: string; 'mono-3': string; 'hue-1': string; 'hue-2': string; 'hue-3': string; 'hue-4': string; 'hue-5': string; 'hue-5-2': string; 'hue-6': string; 'hue-6-2': string; lineNumberTextColor: string; }, any>; }; peerOverrides: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Code?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; styleHeight: import("vue").ComputedRef; mergedLines: import("vue").ComputedRef; scrollToTop: (silent?: boolean) => void; scrollToBottom: (silent?: boolean) => void; handleWheel: (e: WheelEvent) => void; handleScroll: (e: Event) => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-loader-font-size': string; '--u-loader-border': string; '--u-loader-color': string; '--u-loader-text-color': string; '--u-loading-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; scrollTo: ((options: { silent?: boolean; position: "top" | "bottom"; }) => void) & ((options: { silent?: boolean; top: number; }) => void); }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: () => never[]; }; readonly lineHeight: { readonly type: NumberConstructor; readonly default: 1.25; }; readonly language: StringConstructor; readonly rows: { readonly type: NumberConstructor; readonly default: 15; }; readonly offsetTop: { readonly type: NumberConstructor; readonly default: 0; }; readonly offsetBottom: { readonly type: NumberConstructor; readonly default: 0; }; readonly hljs: ObjectConstructor; readonly spinProps: import("vue").PropType; readonly onReachTop: import("vue").PropType<() => void>; readonly onReachBottom: import("vue").PropType<() => void>; readonly onRequireMore: import("vue").PropType<(from: "top" | "bottom") => void>; readonly theme: import("vue").PropType; Code: import("./_mixins").Theme<"Code", { textColor: string; fontSize: string; fontWeightStrong: string; 'mono-3': string; 'hue-1': string; 'hue-2': string; 'hue-3': string; 'hue-4': string; 'hue-5': string; 'hue-5-2': string; 'hue-6': string; 'hue-6-2': string; lineNumberTextColor: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; Code: import("./_mixins").Theme<"Code", { textColor: string; fontSize: string; fontWeightStrong: string; 'mono-3': string; 'hue-1': string; 'hue-2': string; 'hue-3': string; 'hue-4': string; 'hue-5': string; 'hue-5-2': string; 'hue-6': string; 'hue-6-2': string; lineNumberTextColor: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Code: import("./_mixins").Theme<"Code", { textColor: string; fontSize: string; fontWeightStrong: string; 'mono-3': string; 'hue-1': string; 'hue-2': string; 'hue-3': string; 'hue-4': string; 'hue-5': string; 'hue-5-2': string; 'hue-6': string; 'hue-6-2': string; lineNumberTextColor: string; }, any>; }>>>; }>> & Readonly<{}>, { readonly trim: boolean; readonly loading: boolean; readonly offsetTop: number; readonly offsetBottom: number; readonly fontSize: number; readonly lineHeight: number; readonly rows: number; readonly lines: string[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './mapping-card'; export { mappingCardDark, mappingCardLight, renderConfig } from './mapping-card'; export declare const UMappingCard: import("vue").DefineComponent; description: import("vue").PropType; subTitle: import("vue").PropType; subDescription: import("vue").PropType; headerInfo: import("vue").PropType; headerSubInfo: import("vue").PropType; rows: import("vue").PropType; cols: { readonly type: import("vue").PropType; readonly default: 3; }; defaultSpan: { readonly type: import("vue").PropType; readonly default: 1; }; copy: import("vue").PropType; hideCopy: { readonly type: import("vue").PropType; readonly default: false; }; hideHeaderActions: { readonly type: import("vue").PropType; readonly default: false; }; copyButtonProps: import("vue").PropType; copyIconProps: import("vue").PropType; headerEditButtonProps: import("vue").PropType; headerEditIconProps: import("vue").PropType; headerEditIcon: import("vue").PropType; headerDeleteButtonProps: import("vue").PropType; headerDeleteIconProps: import("vue").PropType; headerDeleteIcon: import("vue").PropType; headerSwitchProps: import("vue").PropType; onCopy: import("vue").PropType; onEdit: import("vue").PropType; onDelete: import("vue").PropType; onSwitchChange: import("vue").PropType; theme: import("vue").PropType; Icon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; Switch: import("./_mixins").Theme<"Switch", { buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; buttonWidthSmall: string; buttonWidthMedium: string; buttonWidthLarge: string; buttonWidthPressedSmall: string; buttonWidthPressedMedium: string; buttonWidthPressedLarge: string; railHeightSmall: string; railHeightMedium: string; railHeightLarge: string; railWidthSmall: string; railWidthMedium: string; railWidthLarge: string; iconColor: string; textColor: string; loadingColor: string; loadingColorActive: string; opacityDisabled: string; railColor: string; railColorActive: string; railColorActiveDisabled: string; buttonBoxShadow: string; buttonBoxShadowHover: string; buttonBoxShadowCheckedHover: string; buttonBoxShadowChecked: string; buttonColor: string; buttonColorDisabled: string; railBorderRadiusSmall: string; railBorderRadiusMedium: string; railBorderRadiusLarge: string; buttonBorderRadiusSmall: string; buttonBorderRadiusMedium: string; buttonBorderRadiusLarge: string; boxShadowFocus: string; }, any>; Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; EditIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; DeleteIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; CopyIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>; themeOverrides: import("vue").PropType; Icon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; Switch: import("./_mixins").Theme<"Switch", { buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; buttonWidthSmall: string; buttonWidthMedium: string; buttonWidthLarge: string; buttonWidthPressedSmall: string; buttonWidthPressedMedium: string; buttonWidthPressedLarge: string; railHeightSmall: string; railHeightMedium: string; railHeightLarge: string; railWidthSmall: string; railWidthMedium: string; railWidthLarge: string; iconColor: string; textColor: string; loadingColor: string; loadingColorActive: string; opacityDisabled: string; railColor: string; railColorActive: string; railColorActiveDisabled: string; buttonBoxShadow: string; buttonBoxShadowHover: string; buttonBoxShadowCheckedHover: string; buttonBoxShadowChecked: string; buttonColor: string; buttonColorDisabled: string; railBorderRadiusSmall: string; railBorderRadiusMedium: string; railBorderRadiusLarge: string; buttonBorderRadiusSmall: string; buttonBorderRadiusMedium: string; buttonBorderRadiusLarge: string; boxShadowFocus: string; }, any>; Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; EditIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; DeleteIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; CopyIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Icon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; Switch: import("./_mixins").Theme<"Switch", { buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; buttonWidthSmall: string; buttonWidthMedium: string; buttonWidthLarge: string; buttonWidthPressedSmall: string; buttonWidthPressedMedium: string; buttonWidthPressedLarge: string; railHeightSmall: string; railHeightMedium: string; railHeightLarge: string; railWidthSmall: string; railWidthMedium: string; railWidthLarge: string; iconColor: string; textColor: string; loadingColor: string; loadingColorActive: string; opacityDisabled: string; railColor: string; railColorActive: string; railColorActiveDisabled: string; buttonBoxShadow: string; buttonBoxShadowHover: string; buttonBoxShadowCheckedHover: string; buttonBoxShadowChecked: string; buttonColor: string; buttonColorDisabled: string; railBorderRadiusSmall: string; railBorderRadiusMedium: string; railBorderRadiusLarge: string; buttonBorderRadiusSmall: string; buttonBorderRadiusMedium: string; buttonBorderRadiusLarge: string; boxShadowFocus: string; }, any>; Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; EditIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; DeleteIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; CopyIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-background-color': string; '--u-border-color': string; '--u-border-radius': string; '--u-header-padding': string; '--u-body-padding': string; '--u-title-color': string; '--u-description-color': string; '--u-divider-background-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; description: import("vue").PropType; subTitle: import("vue").PropType; subDescription: import("vue").PropType; headerInfo: import("vue").PropType; headerSubInfo: import("vue").PropType; rows: import("vue").PropType; cols: { readonly type: import("vue").PropType; readonly default: 3; }; defaultSpan: { readonly type: import("vue").PropType; readonly default: 1; }; copy: import("vue").PropType; hideCopy: { readonly type: import("vue").PropType; readonly default: false; }; hideHeaderActions: { readonly type: import("vue").PropType; readonly default: false; }; copyButtonProps: import("vue").PropType; copyIconProps: import("vue").PropType; headerEditButtonProps: import("vue").PropType; headerEditIconProps: import("vue").PropType; headerEditIcon: import("vue").PropType; headerDeleteButtonProps: import("vue").PropType; headerDeleteIconProps: import("vue").PropType; headerDeleteIcon: import("vue").PropType; headerSwitchProps: import("vue").PropType; onCopy: import("vue").PropType; onEdit: import("vue").PropType; onDelete: import("vue").PropType; onSwitchChange: import("vue").PropType; theme: import("vue").PropType; Icon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; Switch: import("./_mixins").Theme<"Switch", { buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; buttonWidthSmall: string; buttonWidthMedium: string; buttonWidthLarge: string; buttonWidthPressedSmall: string; buttonWidthPressedMedium: string; buttonWidthPressedLarge: string; railHeightSmall: string; railHeightMedium: string; railHeightLarge: string; railWidthSmall: string; railWidthMedium: string; railWidthLarge: string; iconColor: string; textColor: string; loadingColor: string; loadingColorActive: string; opacityDisabled: string; railColor: string; railColorActive: string; railColorActiveDisabled: string; buttonBoxShadow: string; buttonBoxShadowHover: string; buttonBoxShadowCheckedHover: string; buttonBoxShadowChecked: string; buttonColor: string; buttonColorDisabled: string; railBorderRadiusSmall: string; railBorderRadiusMedium: string; railBorderRadiusLarge: string; buttonBorderRadiusSmall: string; buttonBorderRadiusMedium: string; buttonBorderRadiusLarge: string; boxShadowFocus: string; }, any>; Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; EditIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; DeleteIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; CopyIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>; themeOverrides: import("vue").PropType; Icon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; Switch: import("./_mixins").Theme<"Switch", { buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; buttonWidthSmall: string; buttonWidthMedium: string; buttonWidthLarge: string; buttonWidthPressedSmall: string; buttonWidthPressedMedium: string; buttonWidthPressedLarge: string; railHeightSmall: string; railHeightMedium: string; railHeightLarge: string; railWidthSmall: string; railWidthMedium: string; railWidthLarge: string; iconColor: string; textColor: string; loadingColor: string; loadingColorActive: string; opacityDisabled: string; railColor: string; railColorActive: string; railColorActiveDisabled: string; buttonBoxShadow: string; buttonBoxShadowHover: string; buttonBoxShadowCheckedHover: string; buttonBoxShadowChecked: string; buttonColor: string; buttonColorDisabled: string; railBorderRadiusSmall: string; railBorderRadiusMedium: string; railBorderRadiusLarge: string; buttonBorderRadiusSmall: string; buttonBorderRadiusMedium: string; buttonBorderRadiusLarge: string; boxShadowFocus: string; }, any>; Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; EditIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; DeleteIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; CopyIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Icon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; Switch: import("./_mixins").Theme<"Switch", { buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; buttonWidthSmall: string; buttonWidthMedium: string; buttonWidthLarge: string; buttonWidthPressedSmall: string; buttonWidthPressedMedium: string; buttonWidthPressedLarge: string; railHeightSmall: string; railHeightMedium: string; railHeightLarge: string; railWidthSmall: string; railWidthMedium: string; railWidthLarge: string; iconColor: string; textColor: string; loadingColor: string; loadingColorActive: string; opacityDisabled: string; railColor: string; railColorActive: string; railColorActiveDisabled: string; buttonBoxShadow: string; buttonBoxShadowHover: string; buttonBoxShadowCheckedHover: string; buttonBoxShadowChecked: string; buttonColor: string; buttonColorDisabled: string; railBorderRadiusSmall: string; railBorderRadiusMedium: string; railBorderRadiusLarge: string; buttonBorderRadiusSmall: string; buttonBorderRadiusMedium: string; buttonBorderRadiusLarge: string; boxShadowFocus: string; }, any>; Tooltip: import("./_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; EditIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; DeleteIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; CopyIcon: import("./_mixins").Theme<"Icon", { color: string; opacity1Depth: string; opacity2Depth: string; opacity3Depth: string; opacity4Depth: string; opacity5Depth: string; }, any>; }>>>; }>> & Readonly<{}>, { cols: number | undefined; defaultSpan: number | undefined; hideCopy: boolean | undefined; hideHeaderActions: boolean | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UMappingCardList: import("vue").DefineComponent; readonly default: () => never[]; }; readonly pagination: { readonly type: import("vue").PropType; readonly default: false; }; readonly gap: { readonly type: NumberConstructor; readonly default: 16; }; readonly emptyProps: import("vue").PropType>; }>, { mergedClsPrefix: import("vue").Ref; mergedPagination: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: () => never[]; }; readonly pagination: { readonly type: import("vue").PropType; readonly default: false; }; readonly gap: { readonly type: NumberConstructor; readonly default: 16; }; readonly emptyProps: import("vue").PropType>; }>> & Readonly<{}>, { readonly gap: number; readonly items: import(".").MappingCardProps[]; readonly pagination: false | import("./pagination").PaginationProps; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './marquee'; export declare const UMarquee: import("vue").DefineComponent>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; animationCssVars: import("vue").ComputedRef<{ '--n-play': "paused" | "running"; '--n-direction': string; '--n-duration': string; '--n-delay': string; '--n-iteration-count': string; '--n-min-width': string; }>; containerElRef: import("vue").Ref; repeatCountInOneGroup: import("vue").ComputedRef; handleContainerResize: (entry: ResizeObserverEntry) => void; handleContentResize: (entry: ResizeObserverEntry) => void; handleAnimationIteration: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { autoFill: boolean; speed: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './mention'; export { mentionProps } from './mention'; export declare const UMention: import("vue").DefineComponent; default: undefined; }; readonly autosize: import("vue").PropType; readonly options: { readonly type: import("vue").PropType; readonly default: readonly []; }; readonly filter: { readonly type: import("vue").PropType<(pattern: string, option: import(".").MentionOption) => boolean>; readonly default: (pattern: string, option: import(".").MentionOption) => boolean; }; readonly type: { readonly type: import("vue").PropType<"text" | "textarea">; readonly default: "text"; }; readonly separator: { readonly type: StringConstructor; readonly validator: (separator: string) => boolean; readonly default: " "; }; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly disabled: BooleanConstructor; readonly value: import("vue").PropType; readonly defaultValue: { readonly type: StringConstructor; readonly default: ""; }; readonly loading: BooleanConstructor; readonly prefix: { readonly type: import("vue").PropType; readonly default: "@"; }; readonly placeholder: { readonly type: StringConstructor; readonly default: ""; }; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly size: import("vue").PropType; readonly renderLabel: import("vue").PropType; readonly status: import("vue").PropType; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly 'onUpdate:value': import("vue").PropType void>>; readonly onUpdateValue: import("vue").PropType void>>; readonly onSearch: import("vue").PropType<(pattern: string, prefix: string) => void>; readonly onSelect: import("vue").PropType<(option: import(".").MentionOption, prefix: string) => void>; readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>; readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>; readonly scrollbarProps: import("vue").PropType; readonly internalDebug: BooleanConstructor; readonly theme: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; }>, { namespace: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; mergedBordered: import("vue").ComputedRef; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">; mergedStatus: import("vue").ComputedRef; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { menuBoxShadow: string; }; peers: { 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }; peerOverrides: { InternalSelectMenu?: { peers?: { Scrollbar?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; Empty?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; treeMate: import("vue").ComputedRef, selected: boolean) => import("vue").VNodeChild)>, import("./select").SelectGroupOption, import("./select/src/interface").SelectIgnoredOption>>; selectMenuInstRef: import("vue").Ref<{ selfRef: HTMLElement | null; getPendingTmNode: () => import("treemate").TreeNode | null; prev: () => void; next: () => void; } | null, { selfRef: HTMLElement | null; getPendingTmNode: () => import("treemate").TreeNode | null; prev: () => void; next: () => void; } | { selfRef: HTMLElement | null; getPendingTmNode: () => import("treemate").TreeNode | null; prev: () => void; next: () => void; } | null>; inputInstRef: import("vue").Ref<{ wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null, { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null>; cursorRef: import("vue").Ref; followerRef: import("vue").Ref<{ syncPosition: () => void; } | null, import("vueuc").FollowerInst | { syncPosition: () => void; } | null>; showMenu: import("vue").Ref; adjustedTo: import("vue").ComputedRef; isMounted: Readonly>; mergedValue: import("vue").ComputedRef; handleInputFocus: (e: FocusEvent) => void; handleInputBlur: (e: FocusEvent) => void; handleInputUpdateValue: (value: string) => void; handleInputKeyDown: (e: KeyboardEvent) => void; handleSelect: (tmNode: import("treemate").TreeNode) => void; handleInputMouseDown: () => void; focus: () => void; blur: () => void; cssVars: import("vue").ComputedRef<{ '--u-menu-box-shadow': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; readonly autosize: import("vue").PropType; readonly options: { readonly type: import("vue").PropType; readonly default: readonly []; }; readonly filter: { readonly type: import("vue").PropType<(pattern: string, option: import(".").MentionOption) => boolean>; readonly default: (pattern: string, option: import(".").MentionOption) => boolean; }; readonly type: { readonly type: import("vue").PropType<"text" | "textarea">; readonly default: "text"; }; readonly separator: { readonly type: StringConstructor; readonly validator: (separator: string) => boolean; readonly default: " "; }; readonly bordered: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly disabled: BooleanConstructor; readonly value: import("vue").PropType; readonly defaultValue: { readonly type: StringConstructor; readonly default: ""; }; readonly loading: BooleanConstructor; readonly prefix: { readonly type: import("vue").PropType; readonly default: "@"; }; readonly placeholder: { readonly type: StringConstructor; readonly default: ""; }; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly size: import("vue").PropType; readonly renderLabel: import("vue").PropType; readonly status: import("vue").PropType; readonly 'onUpdate:show': import("vue").PropType void>>; readonly onUpdateShow: import("vue").PropType void>>; readonly 'onUpdate:value': import("vue").PropType void>>; readonly onUpdateValue: import("vue").PropType void>>; readonly onSearch: import("vue").PropType<(pattern: string, prefix: string) => void>; readonly onSelect: import("vue").PropType<(option: import(".").MentionOption, prefix: string) => void>; readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>; readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>; readonly scrollbarProps: import("vue").PropType; readonly internalDebug: BooleanConstructor; readonly theme: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; }>> & Readonly<{}>, { readonly bordered: boolean | undefined; readonly disabled: boolean; readonly type: "textarea" | "text"; readonly filter: (pattern: string, option: import(".").MentionOption) => boolean; readonly to: string | boolean | HTMLElement; readonly options: import(".").MentionOption[]; readonly placeholder: string; readonly loading: boolean; readonly defaultValue: string; readonly placement: import("vueuc").FollowerPlacement; readonly separator: string; readonly prefix: string | string[]; readonly internalDebug: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './menu'; export { menuProps } from './menu'; export declare const UMenu: import("vue").DefineComponent; readonly default: () => never[]; }; readonly collapsed: { readonly type: import("vue").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: import("vue").PropType; readonly expandedKeys: import("vue").PropType; readonly value: import("vue").PropType; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly mode: { readonly type: import("vue").PropType<"vertical" | "horizontal">; readonly default: "vertical"; }; readonly watchProps: { readonly type: import("vue").PropType>; readonly default: undefined; }; readonly disabled: BooleanConstructor; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; readonly inverted: BooleanConstructor; readonly 'onUpdate:expandedKeys': import("vue").PropType>; readonly onUpdateExpandedKeys: import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly 'onUpdate:value': import("vue").PropType>; readonly expandIcon: import("vue").PropType<(option: import(".").MenuOption) => import("vue").VNodeChild>; readonly renderIcon: import("vue").PropType<(option: import(".").MenuOption) => import("vue").VNodeChild>; readonly renderLabel: import("vue").PropType<(option: import(".").MenuOption | import(".").MenuGroupOption) => import("vue").VNodeChild>; readonly renderExtra: import("vue").PropType<(option: import(".").MenuOption | import(".").MenuGroupOption) => import("vue").VNodeChild>; readonly dropdownProps: import("vue").PropType; readonly accordion: BooleanConstructor; readonly nodeProps: import("vue").PropType; readonly responsive: BooleanConstructor; readonly items: import("vue").PropType>; readonly onOpenNamesChange: import("vue").PropType>; readonly onSelect: import("vue").PropType>; readonly onExpandedNamesChange: import("vue").PropType>; readonly expandedNames: import("vue").PropType; readonly defaultExpandedNames: import("vue").PropType; readonly dropdownPlacement: { readonly type: import("vue").PropType; readonly default: "bottom"; }; readonly theme: import("vue").PropType; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>; readonly themeOverrides: import("vue").PropType; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>>; }>, { 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("./config-provider").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", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: 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>; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }; 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, import("vueuc").VOverflowInst | { sync: (options: { showAllItemsBeforeCalculate: boolean; }) => void; } | null>; counterRef: import("vue").Ref; updateCounter: () => void; onResize: () => void; onUpdateOverflow: (overflow: boolean) => void; onUpdateCount: (count: number) => void; renderCounter: () => import("vue").VNodeChild; getCounter: () => HTMLElement | null; onRender: (() => void) | undefined; showOption: (key?: import("./menu/src/interface").Key) => void; deriveResponsiveState: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: () => never[]; }; readonly collapsed: { readonly type: import("vue").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: import("vue").PropType; readonly expandedKeys: import("vue").PropType; readonly value: import("vue").PropType; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly mode: { readonly type: import("vue").PropType<"vertical" | "horizontal">; readonly default: "vertical"; }; readonly watchProps: { readonly type: import("vue").PropType>; readonly default: undefined; }; readonly disabled: BooleanConstructor; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; readonly inverted: BooleanConstructor; readonly 'onUpdate:expandedKeys': import("vue").PropType>; readonly onUpdateExpandedKeys: import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly 'onUpdate:value': import("vue").PropType>; readonly expandIcon: import("vue").PropType<(option: import(".").MenuOption) => import("vue").VNodeChild>; readonly renderIcon: import("vue").PropType<(option: import(".").MenuOption) => import("vue").VNodeChild>; readonly renderLabel: import("vue").PropType<(option: import(".").MenuOption | import(".").MenuGroupOption) => import("vue").VNodeChild>; readonly renderExtra: import("vue").PropType<(option: import(".").MenuOption | import(".").MenuGroupOption) => import("vue").VNodeChild>; readonly dropdownProps: import("vue").PropType; readonly accordion: BooleanConstructor; readonly nodeProps: import("vue").PropType; readonly responsive: BooleanConstructor; readonly items: import("vue").PropType>; readonly onOpenNamesChange: import("vue").PropType>; readonly onSelect: import("vue").PropType>; readonly onExpandedNamesChange: import("vue").PropType>; readonly expandedNames: import("vue").PropType; readonly defaultExpandedNames: import("vue").PropType; readonly dropdownPlacement: { readonly type: import("vue").PropType; readonly default: "bottom"; }; readonly theme: import("vue").PropType; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>; readonly themeOverrides: import("vue").PropType; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; }>; Dropdown: import("./_mixins").Theme<"Dropdown", { 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; optionHeightSmall: string; optionHeightMedium: string; optionHeightLarge: string; optionHeightHuge: string; borderRadius: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; optionOpacityDisabled: string; optionGroupHeaderBorderColor: 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; }, { 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>; }>; }>>>; }>> & Readonly<{}>, { readonly disabled: boolean; readonly mode: "horizontal" | "vertical"; readonly options: import("./menu/src/interface").MenuMixedOption[]; readonly iconSize: number; readonly defaultValue: import("treemate").Key | null; readonly show: boolean; readonly responsive: boolean; readonly disabledField: string; readonly labelField: string; readonly childrenField: string; readonly accordion: boolean; readonly collapsed: boolean | undefined; readonly defaultExpandAll: boolean; readonly indent: number; readonly inverted: boolean; readonly keyField: string; readonly collapsedWidth: number; readonly collapsedIconSize: number; readonly watchProps: ("defaultValue" | "defaultExpandedKeys")[]; readonly dropdownPlacement: import("vueuc").FollowerPlacement; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './message'; export { messageProviderProps, useMessage } from './message'; export { UMessageProvider } from './message'; export type * from './modal'; export { modalProps, modalProviderProps, useModal, useModalReactiveList } from './modal'; export declare const UModal: import("vue").DefineComponent void>; 'onUpdate:show': import("vue").PropType void>>; onUpdateShow: import("vue").PropType void>>; onAfterEnter: import("vue").PropType<() => void>; onBeforeLeave: import("vue").PropType<() => void>; onAfterLeave: import("vue").PropType<() => void>; onClose: import("vue").PropType<() => Promise | boolean | any>; onPositiveClick: import("vue").PropType<() => Promise | boolean | any>; onNegativeClick: import("vue").PropType<() => Promise | boolean | any>; onMaskClick: import("vue").PropType<(e: MouseEvent) => void>; internalDialog: BooleanConstructor; internalAppear: { type: import("vue").PropType; default: undefined; }; overlayStyle: import("vue").PropType; onBeforeHide: import("vue").PropType<() => void>; onAfterHide: import("vue").PropType<() => void>; onHide: import("vue").PropType<(value: false) => void>; size: { type: import("vue").PropType<"small" | "medium" | "large">; default: string; }; icon: import("vue").PropType<() => import("vue").VNodeChild>; type: { readonly type: import("vue").PropType<"info" | "success" | "warning" | "error" | "default">; readonly default: "default"; }; title: import("vue").PropType import("vue").VNodeChild)>; closable: { readonly type: BooleanConstructor; readonly default: true; }; negativeText: StringConstructor; positiveText: StringConstructor; positiveButtonProps: import("vue").PropType; negativeButtonProps: import("vue").PropType; content: import("vue").PropType import("vue").VNodeChild)>; action: import("vue").PropType<() => import("vue").VNodeChild>; body: import("vue").PropType<() => import("vue").VNodeChild>; showIcon: { readonly type: BooleanConstructor; readonly default: false; }; loading: BooleanConstructor; bordered: BooleanConstructor; iconPlacement: import("vue").PropType; contentClass: StringConstructor; contentScrollable: BooleanConstructor; contentStyle: import("vue").PropType; headerStyle: import("vue").PropType; headerExtraStyle: import("vue").PropType; footerStyle: import("vue").PropType; embedded: BooleanConstructor; segmented: { readonly type: import("vue").PropType; readonly default: false; }; hoverable: BooleanConstructor; role: StringConstructor; tag: { readonly type: import("vue").PropType; readonly default: "div"; }; show: BooleanConstructor; unstableShowMask: { type: BooleanConstructor; default: boolean; }; maskClosable: { type: BooleanConstructor; default: boolean; }; preset: { type: import("vue").PropType<"confirm" | "dialog" | "card">; default: string; }; to: import("vue").PropType; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; transformOrigin: { type: import("vue").PropType<"center" | "mouse">; default: string; }; zIndex: NumberConstructor; autoFocus: { type: BooleanConstructor; default: boolean; }; trapFocus: { type: BooleanConstructor; default: boolean; }; closeOnEsc: { type: BooleanConstructor; default: boolean; }; blockScroll: { type: BooleanConstructor; default: boolean; }; draggable: import("vue").PropType; theme: import("vue").PropType; Dialog: import("./_mixins").Theme<"Dialog", { border: string; titleTextColor: string; textColor: string; color: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; borderRadius: string; titleFontSize: string; titleLineHeight: string; titleFontWeight: string; subtitleFontSize: string; subtitleFontWeight: string; subtitleLineHeight: string; closeIconSize: string; closeSize: string; iconSize: string; padding: string; actionSpace: string; contentMargin: string; iconMargin: string; iconMarginIconTop: string; closeMargin: string; closeMarginIconTop: string; closeBorderRadius: string; }, { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>; themeOverrides: import("vue").PropType; Dialog: import("./_mixins").Theme<"Dialog", { border: string; titleTextColor: string; textColor: string; color: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; borderRadius: string; titleFontSize: string; titleLineHeight: string; titleFontWeight: string; subtitleFontSize: string; subtitleFontWeight: string; subtitleLineHeight: string; closeIconSize: string; closeSize: string; iconSize: string; padding: string; actionSpace: string; contentMargin: string; iconMargin: string; iconMarginIconTop: string; closeMargin: string; closeMarginIconTop: string; closeBorderRadius: string; }, { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Dialog: import("./_mixins").Theme<"Dialog", { border: string; titleTextColor: string; textColor: string; color: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; borderRadius: string; titleFontSize: string; titleLineHeight: string; titleFontWeight: string; subtitleFontSize: string; subtitleFontWeight: string; subtitleLineHeight: string; closeIconSize: string; closeSize: string; iconSize: string; padding: string; actionSpace: string; contentMargin: string; iconMargin: string; iconMarginIconTop: string; closeMargin: string; closeMarginIconTop: string; closeBorderRadius: string; }, { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>>; }>, { mergedClsPrefix: import("vue").Ref; namespace: import("vue").ComputedRef; isMounted: Readonly>; containerRef: import("vue").Ref; presetProps: import("vue").ComputedRef; handleEsc: (e: KeyboardEvent) => void; handleAfterLeave: () => void; handleClickoutside: (e: MouseEvent) => void; handleBeforeLeave: () => void; doUpdateShow: (show: boolean) => void; handleNegativeClick: () => void; handlePositiveClick: () => void; handleCloseClick: () => void; cssVars: import("vue").ComputedRef<{ '--u-bezier-ease-out': string; '--u-color': string; '--u-text-color': string; '--u-modal-size': string; '--u-modal-mask': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly void>; 'onUpdate:show': import("vue").PropType void>>; onUpdateShow: import("vue").PropType void>>; onAfterEnter: import("vue").PropType<() => void>; onBeforeLeave: import("vue").PropType<() => void>; onAfterLeave: import("vue").PropType<() => void>; onClose: import("vue").PropType<() => Promise | boolean | any>; onPositiveClick: import("vue").PropType<() => Promise | boolean | any>; onNegativeClick: import("vue").PropType<() => Promise | boolean | any>; onMaskClick: import("vue").PropType<(e: MouseEvent) => void>; internalDialog: BooleanConstructor; internalAppear: { type: import("vue").PropType; default: undefined; }; overlayStyle: import("vue").PropType; onBeforeHide: import("vue").PropType<() => void>; onAfterHide: import("vue").PropType<() => void>; onHide: import("vue").PropType<(value: false) => void>; size: { type: import("vue").PropType<"small" | "medium" | "large">; default: string; }; icon: import("vue").PropType<() => import("vue").VNodeChild>; type: { readonly type: import("vue").PropType<"info" | "success" | "warning" | "error" | "default">; readonly default: "default"; }; title: import("vue").PropType import("vue").VNodeChild)>; closable: { readonly type: BooleanConstructor; readonly default: true; }; negativeText: StringConstructor; positiveText: StringConstructor; positiveButtonProps: import("vue").PropType; negativeButtonProps: import("vue").PropType; content: import("vue").PropType import("vue").VNodeChild)>; action: import("vue").PropType<() => import("vue").VNodeChild>; body: import("vue").PropType<() => import("vue").VNodeChild>; showIcon: { readonly type: BooleanConstructor; readonly default: false; }; loading: BooleanConstructor; bordered: BooleanConstructor; iconPlacement: import("vue").PropType; contentClass: StringConstructor; contentScrollable: BooleanConstructor; contentStyle: import("vue").PropType; headerStyle: import("vue").PropType; headerExtraStyle: import("vue").PropType; footerStyle: import("vue").PropType; embedded: BooleanConstructor; segmented: { readonly type: import("vue").PropType; readonly default: false; }; hoverable: BooleanConstructor; role: StringConstructor; tag: { readonly type: import("vue").PropType; readonly default: "div"; }; show: BooleanConstructor; unstableShowMask: { type: BooleanConstructor; default: boolean; }; maskClosable: { type: BooleanConstructor; default: boolean; }; preset: { type: import("vue").PropType<"confirm" | "dialog" | "card">; default: string; }; to: import("vue").PropType; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; transformOrigin: { type: import("vue").PropType<"center" | "mouse">; default: string; }; zIndex: NumberConstructor; autoFocus: { type: BooleanConstructor; default: boolean; }; trapFocus: { type: BooleanConstructor; default: boolean; }; closeOnEsc: { type: BooleanConstructor; default: boolean; }; blockScroll: { type: BooleanConstructor; default: boolean; }; draggable: import("vue").PropType; theme: import("vue").PropType; Dialog: import("./_mixins").Theme<"Dialog", { border: string; titleTextColor: string; textColor: string; color: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; borderRadius: string; titleFontSize: string; titleLineHeight: string; titleFontWeight: string; subtitleFontSize: string; subtitleFontWeight: string; subtitleLineHeight: string; closeIconSize: string; closeSize: string; iconSize: string; padding: string; actionSpace: string; contentMargin: string; iconMargin: string; iconMarginIconTop: string; closeMargin: string; closeMarginIconTop: string; closeBorderRadius: string; }, { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>; themeOverrides: import("vue").PropType; Dialog: import("./_mixins").Theme<"Dialog", { border: string; titleTextColor: string; textColor: string; color: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; borderRadius: string; titleFontSize: string; titleLineHeight: string; titleFontWeight: string; subtitleFontSize: string; subtitleFontWeight: string; subtitleLineHeight: string; closeIconSize: string; closeSize: string; iconSize: string; padding: string; actionSpace: string; contentMargin: string; iconMargin: string; iconMarginIconTop: string; closeMargin: string; closeMarginIconTop: string; closeBorderRadius: string; }, { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Dialog: import("./_mixins").Theme<"Dialog", { border: string; titleTextColor: string; textColor: string; color: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; borderRadius: string; titleFontSize: string; titleLineHeight: string; titleFontWeight: string; subtitleFontSize: string; subtitleFontWeight: string; subtitleLineHeight: string; closeIconSize: string; closeSize: string; iconSize: string; padding: string; actionSpace: string; contentMargin: string; iconMargin: string; iconMarginIconTop: string; closeMargin: string; closeMarginIconTop: string; closeBorderRadius: string; }, { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>>; }>> & Readonly<{}>, { bordered: boolean; type: "default" | "error" | "warning" | "success" | "info"; size: "small" | "medium" | "large"; loading: boolean; tag: keyof HTMLElementTagNameMap; showIcon: boolean; closable: boolean; show: boolean; contentScrollable: boolean; embedded: boolean; segmented: boolean | import("./card").CardSegmented; hoverable: boolean; displayDirective: "show" | "if"; maskClosable: boolean; trapFocus: boolean; autoFocus: boolean; closeOnEsc: boolean; blockScroll: boolean; preset: "card" | "dialog" | "confirm"; internalDialog: boolean; internalAppear: boolean | undefined; unstableShowMask: boolean; transformOrigin: "mouse" | "center"; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UModalProvider: import("vue").DefineComponent<{ to?: string | HTMLElement; }>; export type * from './modal-fullscreen'; export { modalFullscreenProps } from './modal-fullscreen'; export declare const UModalFullscreen: import("vue").DefineComponent; show: BooleanConstructor; zIndex: NumberConstructor; title: StringConstructor; subtitle: StringConstructor; backgroundImage: StringConstructor; fixed: { type: BooleanConstructor; default: boolean; }; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; transformOrigin: { type: import("vue").PropType<"center" | "mouse">; default: string; }; autoFocus: { type: BooleanConstructor; default: boolean; }; trapFocus: { type: BooleanConstructor; default: boolean; }; closeOnEsc: { type: BooleanConstructor; default: boolean; }; blockScroll: { type: BooleanConstructor; default: boolean; }; onEsc: import("vue").PropType<() => void>; onClose: import("vue").PropType<() => Promise | boolean | any>; onAfterEnter: import("vue").PropType<() => void>; onBeforeLeave: import("vue").PropType<() => void>; onAfterLeave: import("vue").PropType<() => void>; onUpdateShow: import("vue").PropType void>>; 'onUpdate:show': import("vue").PropType void>>; theme: import("vue").PropType; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>; themeOverrides: import("vue").PropType; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>>; }>, { containerRef: import("vue").Ref; scrollbarRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, import("./_internal").ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; mergedClsPrefix: import("vue").Ref; namespace: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--u-bezier-ease-out': string; '--u-text-color': string; '--u-close-margin': string; '--u-close-size': string; '--u-close-icon-size': string; '--u-close-border-radius': string; '--u-close-color-hover': string; '--u-close-color-pressed': string; '--u-close-icon-color': string; '--u-close-icon-color-hover': string; '--u-close-icon-color-pressed': string; '--u-header-padding': string; '--u-subtitle-color': string; '--u-body-padding': string; '--u-footer-padding': string; '--u-modal-bg': string; '--u-header-bg': string; '--u-body-bg': string; '--u-footer-bg': string; }> | undefined; themeClass: import("vue").Ref | undefined; themeRef: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { modalBg: string; textColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeIconSize: string; closeSize: string; subtitleColor: string; headerPadding: string; bodyPadding: string; footerPadding: string; headerBg: string; bodyBg: string; footerBg: string; closeMargin: string; closeMarginIconTop: string; closeBorderRadius: string; }; peers: { 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>; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }; peerOverrides: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Card?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; isMounted: Readonly>; isDisplayed: import("vue").Ref; handleEnter: (element: HTMLElement) => void; handleBeforeLeave: (element: HTMLElement) => void; handleAfterLeave: () => void; handleEsc: (event: KeyboardEvent) => void; handleCloseClick: () => void; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; show: BooleanConstructor; zIndex: NumberConstructor; title: StringConstructor; subtitle: StringConstructor; backgroundImage: StringConstructor; fixed: { type: BooleanConstructor; default: boolean; }; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; transformOrigin: { type: import("vue").PropType<"center" | "mouse">; default: string; }; autoFocus: { type: BooleanConstructor; default: boolean; }; trapFocus: { type: BooleanConstructor; default: boolean; }; closeOnEsc: { type: BooleanConstructor; default: boolean; }; blockScroll: { type: BooleanConstructor; default: boolean; }; onEsc: import("vue").PropType<() => void>; onClose: import("vue").PropType<() => Promise | boolean | any>; onAfterEnter: import("vue").PropType<() => void>; onBeforeLeave: import("vue").PropType<() => void>; onAfterLeave: import("vue").PropType<() => void>; onUpdateShow: import("vue").PropType void>>; 'onUpdate:show': import("vue").PropType void>>; theme: import("vue").PropType; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>; themeOverrides: import("vue").PropType; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Card: import("./_mixins").Theme<"Card", { titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; titleLineHeightSmall: string; titleLineHeightMedium: string; titleLineHeightLarge: string; titleLineHeightHuge: string; titleFontWeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; lineHeightHuge: string; fontWeight: string; closeIconSize: string; closeSize: string; color: string; colorTarget: string; colorEmbedded: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; }, any>; }>>>; }>> & Readonly<{}>, { fixed: boolean; show: boolean; displayDirective: "show" | "if"; trapFocus: boolean; autoFocus: boolean; closeOnEsc: boolean; blockScroll: boolean; transformOrigin: "mouse" | "center"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './notification'; export { notificationProviderProps, useNotification } from './notification'; export { UNotificationProvider } from './notification'; export type * from './number-animation'; export { numberAnimationProps } from './number-animation'; export declare const UNumberAnimation: import("vue").DefineComponent void>; }>, { play: () => void; formattedValue: import("vue").ComputedRef<{ integer: string; decimal: string; decimalSeparator: string | undefined; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly void>; }>> & Readonly<{}>, { to: number; duration: number; precision: number; active: boolean; from: number; showSeparator: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './page-header'; export { pageHeaderProps } from './page-header'; export declare const UPageHeader: import("vue").DefineComponent void>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-title-text-color': string; '--u-title-font-size': string; '--u-title-font-weight': string; '--u-font-size': string; '--u-back-size': string; '--u-subtitle-text-color': string; '--u-back-color': string; '--u-back-color-hover': string; '--u-back-color-pressed': string; '--u-bezier': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly void>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, {}, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './pagination'; export { paginationProps } from './pagination'; export declare const UPagination: import("vue").DefineComponent>; readonly default: () => number[]; }; readonly showQuickJumper: BooleanConstructor; readonly size: { readonly type: import("vue").PropType; readonly default: "medium"; }; readonly disabled: BooleanConstructor; readonly pageSlot: { readonly type: NumberConstructor; readonly default: 9; }; readonly selectProps: import("vue").PropType; readonly prev: import("vue").PropType; readonly next: import("vue").PropType; readonly goto: import("vue").PropType; readonly prefix: import("vue").PropType; readonly suffix: import("vue").PropType; readonly label: import("vue").PropType; readonly displayOrder: { readonly type: import("vue").PropType>; readonly default: readonly ["size-picker", "pages", "quick-jumper"]; }; readonly to: { type: import("vue").PropType; default: undefined; }; readonly 'onUpdate:page': import("vue").PropType void>>; readonly onUpdatePage: import("vue").PropType void>>; readonly 'onUpdate:pageSize': import("vue").PropType void>>; readonly onUpdatePageSize: import("vue").PropType void>>; readonly onPageSizeChange: import("vue").PropType void>>; readonly onChange: import("vue").PropType void>>; readonly theme: import("vue").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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>>; readonly themeOverrides: import("vue").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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>>>; readonly builtinThemeOverrides: import("vue").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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; locale: import("vue").Ref<{ goto: string; selectionSuffix: string; }, { goto: string; selectionSuffix: string; }>; selfRef: import("vue").Ref; mergedPage: import("vue").ComputedRef; pageItems: import("vue").ComputedRef; mergedItemCount: import("vue").ComputedRef; jumperValue: import("vue").Ref; pageSizeOptions: import("vue").ComputedRef; mergedPageSize: import("vue").ComputedRef; inputSize: import("vue").ComputedRef; selectSize: import("vue").ComputedRef; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { itemPaddingSmall: string; itemMarginSmall: string; itemMarginSmallRtl: string; itemPaddingMedium: string; itemMarginMedium: string; itemMarginMediumRtl: string; itemPaddingLarge: string; itemMarginLarge: string; itemMarginLargeRtl: string; buttonIconSizeSmall: string; buttonIconSizeMedium: string; buttonIconSizeLarge: string; inputWidthSmall: string; selectWidthSmall: string; inputMarginSmall: string; inputMarginSmallRtl: string; selectMarginSmall: string; prefixMarginSmall: string; suffixMarginSmall: string; inputWidthMedium: string; selectWidthMedium: string; inputMarginMedium: string; inputMarginMediumRtl: string; selectMarginMedium: string; prefixMarginMedium: string; suffixMarginMedium: string; inputWidthLarge: string; selectWidthLarge: string; inputMarginLarge: string; inputMarginLargeRtl: string; selectMarginLarge: string; prefixMarginLarge: string; suffixMarginLarge: string; buttonColor: string; buttonColorHover: string; buttonColorPressed: string; buttonBorder: string; buttonBorderHover: string; buttonBorderPressed: string; buttonIconColor: string; buttonIconColorHover: string; buttonIconColorPressed: string; itemTextColor: string; itemTextColorHover: string; itemTextColorPressed: string; itemTextColorActive: string; itemTextColorDisabled: string; itemColor: string; itemColorHover: string; itemColorPressed: string; itemColorActive: string; itemColorActiveHover: string; itemColorDisabled: string; itemBorder: string; itemBorderHover: string; itemBorderPressed: string; itemBorderActive: string; itemBorderDisabled: string; itemBorderRadius: string; itemSizeSmall: string; itemSizeMedium: string; itemSizeLarge: string; itemFontSizeSmall: string; itemFontSizeMedium: string; itemFontSizeLarge: string; jumperFontSizeSmall: string; jumperFontSizeMedium: string; jumperFontSizeLarge: string; jumperTextColor: string; jumperTextColorDisabled: string; paginationSizePickerBackground: string; paginationSizePickerBorder: string; }; peers: { Select: import("./_mixins").Theme<"Select", { menuBoxShadow: string; }, { 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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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: { Select?: { peers?: { InternalSelection?: import("./_mixins/use-theme").ExtractThemeOverrides; }>> | undefined; InternalSelectMenu?: import("./_mixins/use-theme").ExtractThemeOverrides; 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>; }>> | undefined; } | undefined; } | undefined; Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Popselect?: { peers?: { Popover?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; InternalSelectMenu?: import("./_mixins/use-theme").ExtractThemeOverrides; 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>; }>> | undefined; } | undefined; } | undefined; }; }>; mergedPageCount: import("vue").ComputedRef; startIndex: import("vue").ComputedRef; endIndex: import("vue").ComputedRef; showFastForwardMenu: import("vue").Ref; showFastBackwardMenu: import("vue").Ref; fastForwardActive: import("vue").Ref; fastBackwardActive: import("vue").Ref; handleMenuSelect: (value: number) => void; handleFastForwardMouseenter: () => void; handleFastForwardMouseleave: () => void; handleFastBackwardMouseenter: () => void; handleFastBackwardMouseleave: () => void; handleJumperInput: (value: string) => void; handleBackwardClick: () => void; handleForwardClick: () => void; handlePageItemClick: (pageItem: import("./pagination/src/utils").PageItem) => void; handleSizePickerChange: (value: number) => void; handleQuickJumperChange: () => void; cssVars: import("vue").ComputedRef<{ '--u-prefix-margin': string; '--u-suffix-margin': string; '--u-item-font-size': string; '--u-select-width': string; '--u-select-margin': string; '--u-input-width': string; '--u-input-margin': string; '--u-input-margin-rtl': string; '--u-item-size': string; '--u-item-text-color': string; '--u-item-text-color-disabled': string; '--u-item-text-color-hover': string; '--u-item-text-color-active': string; '--u-item-text-color-pressed': string; '--u-item-color': string; '--u-item-color-hover': string; '--u-item-color-disabled': string; '--u-item-color-active': string; '--u-item-color-active-hover': string; '--u-item-color-pressed': string; '--u-item-border': string; '--u-item-border-hover': string; '--u-item-border-disabled': string; '--u-item-border-active': string; '--u-item-border-pressed': string; '--u-item-padding': string; '--u-item-border-radius': string; '--u-bezier': string; '--u-jumper-font-size': string; '--u-jumper-text-color': string; '--u-jumper-text-color-disabled': string; '--u-item-margin': string; '--u-item-margin-rtl': string; '--u-button-icon-size': string; '--u-button-icon-color': string; '--u-button-icon-color-hover': string; '--u-button-icon-color-pressed': string; '--u-button-color-hover': string; '--u-button-color': string; '--u-button-color-pressed': string; '--u-button-border': string; '--u-button-border-hover': string; '--u-button-border-pressed': string; '--u-pagination-size-picker-background': string; '--u-pagination-size-picker-border': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; readonly default: () => number[]; }; readonly showQuickJumper: BooleanConstructor; readonly size: { readonly type: import("vue").PropType; readonly default: "medium"; }; readonly disabled: BooleanConstructor; readonly pageSlot: { readonly type: NumberConstructor; readonly default: 9; }; readonly selectProps: import("vue").PropType; readonly prev: import("vue").PropType; readonly next: import("vue").PropType; readonly goto: import("vue").PropType; readonly prefix: import("vue").PropType; readonly suffix: import("vue").PropType; readonly label: import("vue").PropType; readonly displayOrder: { readonly type: import("vue").PropType>; readonly default: readonly ["size-picker", "pages", "quick-jumper"]; }; readonly to: { type: import("vue").PropType; default: undefined; }; readonly 'onUpdate:page': import("vue").PropType void>>; readonly onUpdatePage: import("vue").PropType void>>; readonly 'onUpdate:pageSize': import("vue").PropType void>>; readonly onUpdatePageSize: import("vue").PropType void>>; readonly onPageSizeChange: import("vue").PropType void>>; readonly onChange: import("vue").PropType void>>; readonly theme: import("vue").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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>>; readonly themeOverrides: import("vue").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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>>>; readonly builtinThemeOverrides: import("vue").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>; }>; }>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; Popselect: import("./_mixins").Theme<"Popselect", { menuBoxShadow: 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>; }>; }>; }>>>; }>> & Readonly<{}>, { readonly disabled: boolean; readonly to: string | boolean | HTMLElement; readonly size: import("./pagination/src/interface").Size; readonly simple: boolean; readonly defaultPage: number; readonly defaultPageCount: number; readonly showSizePicker: boolean; readonly pageSizes: (number | import("./pagination").PaginationSizeOption)[]; readonly showQuickJumper: boolean; readonly pageSlot: number; readonly displayOrder: ("size-picker" | "pages" | "quick-jumper")[]; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './popconfirm'; export { popconfirmProps } from './popconfirm'; export declare const UPopconfirm: import("vue").DefineComponent; negativeText: import("vue").PropType; showIcon: { type: BooleanConstructor; default: boolean; }; trigger: { type: import("vue").PropType; default: string; }; positiveButtonProps: import("vue").PropType; negativeButtonProps: import("vue").PropType; onPositiveClick: import("vue").PropType<(e: MouseEvent) => Promise | boolean | any>; onNegativeClick: import("vue").PropType<(e: MouseEvent) => Promise | boolean | any>; show: { type: import("vue").PropType; default: undefined; }; defaultShow: BooleanConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; delay: { type: NumberConstructor; default: number; }; duration: { type: NumberConstructor; default: number; }; raw: BooleanConstructor; placement: { type: import("vue").PropType; default: string; }; x: NumberConstructor; y: NumberConstructor; arrowPointToCenter: BooleanConstructor; disabled: BooleanConstructor; getDisabled: import("vue").PropType<() => boolean>; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; arrowClass: StringConstructor; arrowStyle: import("vue").PropType; arrowWrapperClass: StringConstructor; arrowWrapperStyle: import("vue").PropType; flip: { type: BooleanConstructor; default: boolean; }; animated: { type: BooleanConstructor; default: boolean; }; width: { type: import("vue").PropType; default: undefined; }; overlap: BooleanConstructor; keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; zIndex: NumberConstructor; to: { type: import("vue").PropType; default: undefined; }; scrollable: BooleanConstructor; contentClass: StringConstructor; contentStyle: import("vue").PropType; headerClass: StringConstructor; headerStyle: import("vue").PropType; footerClass: StringConstructor; footerStyle: import("vue").PropType; onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; 'onUpdate:show': import("vue").PropType void>>; onUpdateShow: import("vue").PropType void>>; internalDeactivateImmediately: BooleanConstructor; internalSyncTargetWithParent: BooleanConstructor; internalInheritedEventHandlers: { type: import("vue").PropType; default: () => never[]; }; internalTrapFocus: BooleanConstructor; internalExtraClass: { type: import("vue").PropType; default: () => never[]; }; onShow: import("vue").PropType void> | undefined>; onHide: import("vue").PropType void> | undefined>; arrow: { type: import("vue").PropType; default: undefined; }; minWidth: NumberConstructor; maxWidth: NumberConstructor; theme: import("vue").PropType; 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>; }>>; themeOverrides: import("vue").PropType; 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>; }>>>; builtinThemeOverrides: import("vue").PropType; 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>; }>>>; }>, { setShow(value: boolean): void; syncPosition(): void; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { iconSize: string; fontSize: string; iconColor: string; }; peers: { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; 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>; }; peerOverrides: { Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; Popover?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; popoverInstRef: import("vue").Ref<{ syncPosition: () => void; setShow: (value: boolean) => void; getMergedShow: () => boolean; } | null, import("./popover/src/interface").InternalPopoverInst | { syncPosition: () => void; setShow: (value: boolean) => void; getMergedShow: () => boolean; } | null>; handlePositiveClick: (e: MouseEvent) => void; handleNegativeClick: (e: MouseEvent) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; negativeText: import("vue").PropType; showIcon: { type: BooleanConstructor; default: boolean; }; trigger: { type: import("vue").PropType; default: string; }; positiveButtonProps: import("vue").PropType; negativeButtonProps: import("vue").PropType; onPositiveClick: import("vue").PropType<(e: MouseEvent) => Promise | boolean | any>; onNegativeClick: import("vue").PropType<(e: MouseEvent) => Promise | boolean | any>; show: { type: import("vue").PropType; default: undefined; }; defaultShow: BooleanConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; delay: { type: NumberConstructor; default: number; }; duration: { type: NumberConstructor; default: number; }; raw: BooleanConstructor; placement: { type: import("vue").PropType; default: string; }; x: NumberConstructor; y: NumberConstructor; arrowPointToCenter: BooleanConstructor; disabled: BooleanConstructor; getDisabled: import("vue").PropType<() => boolean>; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; arrowClass: StringConstructor; arrowStyle: import("vue").PropType; arrowWrapperClass: StringConstructor; arrowWrapperStyle: import("vue").PropType; flip: { type: BooleanConstructor; default: boolean; }; animated: { type: BooleanConstructor; default: boolean; }; width: { type: import("vue").PropType; default: undefined; }; overlap: BooleanConstructor; keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; zIndex: NumberConstructor; to: { type: import("vue").PropType; default: undefined; }; scrollable: BooleanConstructor; contentClass: StringConstructor; contentStyle: import("vue").PropType; headerClass: StringConstructor; headerStyle: import("vue").PropType; footerClass: StringConstructor; footerStyle: import("vue").PropType; onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; 'onUpdate:show': import("vue").PropType void>>; onUpdateShow: import("vue").PropType void>>; internalDeactivateImmediately: BooleanConstructor; internalSyncTargetWithParent: BooleanConstructor; internalInheritedEventHandlers: { type: import("vue").PropType; default: () => never[]; }; internalTrapFocus: BooleanConstructor; internalExtraClass: { type: import("vue").PropType; default: () => never[]; }; onShow: import("vue").PropType void> | undefined>; onHide: import("vue").PropType void> | undefined>; arrow: { type: import("vue").PropType; default: undefined; }; minWidth: NumberConstructor; maxWidth: NumberConstructor; theme: import("vue").PropType; 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>; }>>; themeOverrides: import("vue").PropType; 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>; }>>>; builtinThemeOverrides: import("vue").PropType; 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>; }>>>; }>> & Readonly<{}>, { disabled: boolean; to: string | boolean | HTMLElement; width: string | number; raw: boolean; showIcon: boolean; duration: number; scrollable: boolean; trigger: import("./popover").PopoverTrigger; placement: import("vueuc").FollowerPlacement; show: boolean | undefined; showArrow: boolean; arrow: boolean | undefined; displayDirective: "show" | "if"; defaultShow: boolean; delay: number; arrowPointToCenter: boolean; flip: boolean; animated: boolean; overlap: boolean; keepAliveOnHover: boolean; internalDeactivateImmediately: boolean; internalSyncTargetWithParent: boolean; internalInheritedEventHandlers: import("./popover/src/Popover").TriggerEventHandlers[]; internalTrapFocus: boolean; internalExtraClass: string[]; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './popover'; export { popoverProps } from './popover'; export declare const UPopover: import("vue").DefineComponent void>; internalRenderBody: import("vue").PropType; show: { type: import("vue").PropType; default: undefined; }; defaultShow: BooleanConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; trigger: { type: import("vue").PropType; default: string; }; delay: { type: NumberConstructor; default: number; }; duration: { type: NumberConstructor; default: number; }; raw: BooleanConstructor; placement: { type: import("vue").PropType; default: string; }; x: NumberConstructor; y: NumberConstructor; arrowPointToCenter: BooleanConstructor; disabled: BooleanConstructor; getDisabled: import("vue").PropType<() => boolean>; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; arrowClass: StringConstructor; arrowStyle: import("vue").PropType; arrowWrapperClass: StringConstructor; arrowWrapperStyle: import("vue").PropType; flip: { type: BooleanConstructor; default: boolean; }; animated: { type: BooleanConstructor; default: boolean; }; width: { type: import("vue").PropType; default: undefined; }; overlap: BooleanConstructor; keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; zIndex: NumberConstructor; to: { type: import("vue").PropType; default: undefined; }; scrollable: BooleanConstructor; contentClass: StringConstructor; contentStyle: import("vue").PropType; headerClass: StringConstructor; headerStyle: import("vue").PropType; footerClass: StringConstructor; footerStyle: import("vue").PropType; onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; 'onUpdate:show': import("vue").PropType void>>; onUpdateShow: import("vue").PropType void>>; internalDeactivateImmediately: BooleanConstructor; internalSyncTargetWithParent: BooleanConstructor; internalInheritedEventHandlers: { type: import("vue").PropType; default: () => never[]; }; internalTrapFocus: BooleanConstructor; internalExtraClass: { type: import("vue").PropType; default: () => never[]; }; onShow: import("vue").PropType void> | undefined>; onHide: import("vue").PropType void> | undefined>; arrow: { type: import("vue").PropType; default: undefined; }; minWidth: NumberConstructor; maxWidth: NumberConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { binderInstRef: import("vue").Ref<{ targetRef: HTMLElement | null; } | null, import("vueuc").BinderInst | { targetRef: HTMLElement | null; } | null>; positionManually: import("vue").ComputedRef; mergedShowConsideringDisabledProp: import("vue").ComputedRef; uncontrolledShow: import("vue").Ref; mergedShowArrow: import("vue").ComputedRef; getMergedShow: () => boolean; setShow: (value: boolean) => void; handleClick: () => void; handleMouseEnter: () => void; handleMouseLeave: () => void; handleFocus: () => void; handleBlur: () => void; syncPosition: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly void>; internalRenderBody: import("vue").PropType; show: { type: import("vue").PropType; default: undefined; }; defaultShow: BooleanConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; trigger: { type: import("vue").PropType; default: string; }; delay: { type: NumberConstructor; default: number; }; duration: { type: NumberConstructor; default: number; }; raw: BooleanConstructor; placement: { type: import("vue").PropType; default: string; }; x: NumberConstructor; y: NumberConstructor; arrowPointToCenter: BooleanConstructor; disabled: BooleanConstructor; getDisabled: import("vue").PropType<() => boolean>; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; arrowClass: StringConstructor; arrowStyle: import("vue").PropType; arrowWrapperClass: StringConstructor; arrowWrapperStyle: import("vue").PropType; flip: { type: BooleanConstructor; default: boolean; }; animated: { type: BooleanConstructor; default: boolean; }; width: { type: import("vue").PropType; default: undefined; }; overlap: BooleanConstructor; keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; zIndex: NumberConstructor; to: { type: import("vue").PropType; default: undefined; }; scrollable: BooleanConstructor; contentClass: StringConstructor; contentStyle: import("vue").PropType; headerClass: StringConstructor; headerStyle: import("vue").PropType; footerClass: StringConstructor; footerStyle: import("vue").PropType; onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; 'onUpdate:show': import("vue").PropType void>>; onUpdateShow: import("vue").PropType void>>; internalDeactivateImmediately: BooleanConstructor; internalSyncTargetWithParent: BooleanConstructor; internalInheritedEventHandlers: { type: import("vue").PropType; default: () => never[]; }; internalTrapFocus: BooleanConstructor; internalExtraClass: { type: import("vue").PropType; default: () => never[]; }; onShow: import("vue").PropType void> | undefined>; onHide: import("vue").PropType void> | undefined>; arrow: { type: import("vue").PropType; default: undefined; }; minWidth: NumberConstructor; maxWidth: NumberConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { disabled: boolean; to: string | boolean | HTMLElement; width: string | number; raw: boolean; duration: number; scrollable: boolean; trigger: import("./popover").PopoverTrigger; placement: import("vueuc").FollowerPlacement; show: boolean | undefined; showArrow: boolean; arrow: boolean | undefined; displayDirective: "show" | "if"; defaultShow: boolean; delay: number; arrowPointToCenter: boolean; flip: boolean; animated: boolean; overlap: boolean; keepAliveOnHover: boolean; internalDeactivateImmediately: boolean; internalSyncTargetWithParent: boolean; internalInheritedEventHandlers: import("./popover/src/Popover").TriggerEventHandlers[]; internalTrapFocus: boolean; internalExtraClass: string[]; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './popselect'; export { popselectProps } from './popselect'; export declare const UPopselect: import("vue").DefineComponent; readonly default: null; }; cancelable: BooleanConstructor; options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; size: { readonly type: import("vue").PropType; readonly default: "medium"; }; scrollable: BooleanConstructor; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; renderLabel: import("vue").PropType; showCheckmark: { readonly type: BooleanConstructor; readonly default: undefined; }; nodeProps: import("vue").PropType; virtualScroll: BooleanConstructor; onChange: import("vue").PropType | undefined>; placement: { default: string; type: import("vue").PropType; }; trigger: { type: import("vue").PropType; default: string; }; disabled: BooleanConstructor; y: NumberConstructor; x: NumberConstructor; to: { type: import("vue").PropType; default: undefined; }; width: { type: import("vue").PropType; default: undefined; }; raw: BooleanConstructor; duration: { type: NumberConstructor; default: number; }; contentClass: StringConstructor; contentStyle: import("vue").PropType; zIndex: NumberConstructor; show: { type: import("vue").PropType; default: undefined; }; 'onUpdate:show': import("vue").PropType void>>; onShow: import("vue").PropType void> | undefined>; onHide: import("vue").PropType void> | undefined>; headerStyle: import("vue").PropType; footerStyle: import("vue").PropType; onUpdateShow: import("vue").PropType void>>; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; defaultShow: BooleanConstructor; delay: { type: NumberConstructor; default: number; }; arrowPointToCenter: BooleanConstructor; getDisabled: import("vue").PropType<() => boolean>; arrowClass: StringConstructor; arrowStyle: import("vue").PropType; arrowWrapperClass: StringConstructor; arrowWrapperStyle: import("vue").PropType; flip: { type: BooleanConstructor; default: boolean; }; animated: { type: BooleanConstructor; default: boolean; }; overlap: BooleanConstructor; keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; headerClass: StringConstructor; footerClass: StringConstructor; onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; internalDeactivateImmediately: BooleanConstructor; internalSyncTargetWithParent: BooleanConstructor; internalInheritedEventHandlers: { type: import("vue").PropType; default: () => never[]; }; internalTrapFocus: BooleanConstructor; internalExtraClass: { type: import("vue").PropType; default: () => never[]; }; minWidth: NumberConstructor; maxWidth: NumberConstructor; theme: import("vue").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>; }>; }>>; themeOverrides: import("vue").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>; }>; }>>>; builtinThemeOverrides: import("vue").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>; }>; }>>>; }>, { popoverInstRef: import("vue").Ref<{ syncPosition: () => void; setShow: (value: boolean) => void; } | null, import("./popover").PopoverInst | { syncPosition: () => void; setShow: (value: boolean) => void; } | null>; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { menuBoxShadow: string; }; peers: { 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: { Popover?: { peers?: { [x: string]: any; } | undefined; } | undefined; InternalSelectMenu?: { peers?: { Scrollbar?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; Empty?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; }; }>; syncPosition: () => void; setShow: (value: boolean) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: null; }; cancelable: BooleanConstructor; options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; size: { readonly type: import("vue").PropType; readonly default: "medium"; }; scrollable: BooleanConstructor; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; renderLabel: import("vue").PropType; showCheckmark: { readonly type: BooleanConstructor; readonly default: undefined; }; nodeProps: import("vue").PropType; virtualScroll: BooleanConstructor; onChange: import("vue").PropType | undefined>; placement: { default: string; type: import("vue").PropType; }; trigger: { type: import("vue").PropType; default: string; }; disabled: BooleanConstructor; y: NumberConstructor; x: NumberConstructor; to: { type: import("vue").PropType; default: undefined; }; width: { type: import("vue").PropType; default: undefined; }; raw: BooleanConstructor; duration: { type: NumberConstructor; default: number; }; contentClass: StringConstructor; contentStyle: import("vue").PropType; zIndex: NumberConstructor; show: { type: import("vue").PropType; default: undefined; }; 'onUpdate:show': import("vue").PropType void>>; onShow: import("vue").PropType void> | undefined>; onHide: import("vue").PropType void> | undefined>; headerStyle: import("vue").PropType; footerStyle: import("vue").PropType; onUpdateShow: import("vue").PropType void>>; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; defaultShow: BooleanConstructor; delay: { type: NumberConstructor; default: number; }; arrowPointToCenter: BooleanConstructor; getDisabled: import("vue").PropType<() => boolean>; arrowClass: StringConstructor; arrowStyle: import("vue").PropType; arrowWrapperClass: StringConstructor; arrowWrapperStyle: import("vue").PropType; flip: { type: BooleanConstructor; default: boolean; }; animated: { type: BooleanConstructor; default: boolean; }; overlap: BooleanConstructor; keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; headerClass: StringConstructor; footerClass: StringConstructor; onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; internalDeactivateImmediately: BooleanConstructor; internalSyncTargetWithParent: BooleanConstructor; internalInheritedEventHandlers: { type: import("vue").PropType; default: () => never[]; }; internalTrapFocus: BooleanConstructor; internalExtraClass: { type: import("vue").PropType; default: () => never[]; }; minWidth: NumberConstructor; maxWidth: NumberConstructor; theme: import("vue").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>; }>; }>>; themeOverrides: import("vue").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>; }>; }>>>; builtinThemeOverrides: import("vue").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<{}>, { value: import("./select/src/interface").Value | null; disabled: boolean; to: string | boolean | HTMLElement; size: import("./popselect").PopselectSize; width: string | number; options: import("./select/src/interface").SelectMixedOption[]; raw: boolean; duration: number; scrollable: boolean; trigger: import("./popover").PopoverTrigger; placement: import("vueuc").FollowerPlacement; show: boolean | undefined; multiple: boolean; virtualScroll: boolean; displayDirective: "show" | "if"; defaultShow: boolean; delay: number; arrowPointToCenter: boolean; flip: boolean; animated: boolean; overlap: boolean; keepAliveOnHover: boolean; internalDeactivateImmediately: boolean; internalSyncTargetWithParent: boolean; internalInheritedEventHandlers: import("./popover/src/Popover").TriggerEventHandlers[]; internalTrapFocus: boolean; internalExtraClass: string[]; showCheckmark: boolean; cancelable: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './progress'; export { progressProps } from './progress'; export declare const UProgress: import("vue").DefineComponent; readonly default: "line"; }; readonly gapDegree: NumberConstructor; readonly gapOffsetDegree: NumberConstructor; readonly status: { readonly type: import("vue").PropType; readonly default: "default"; }; readonly railColor: import("vue").PropType; readonly railStyle: import("vue").PropType>; readonly color: import("vue").PropType; readonly viewBoxWidth: { readonly type: NumberConstructor; readonly default: 100; }; readonly strokeWidth: { readonly type: NumberConstructor; readonly default: 7; }; readonly percentage: import("vue").PropType; readonly unit: { readonly type: StringConstructor; readonly default: "%"; }; readonly showIndicator: { readonly type: BooleanConstructor; readonly default: true; }; readonly indicatorPosition: { readonly type: import("vue").PropType<"inside" | "outside">; readonly default: "outside"; }; readonly indicatorPlacement: { readonly type: import("vue").PropType<"inside" | "outside">; readonly default: "outside"; }; readonly indicatorTextColor: StringConstructor; readonly circleGap: { readonly type: NumberConstructor; readonly default: 1; }; readonly height: NumberConstructor; readonly borderRadius: import("vue").PropType; readonly fillBorderRadius: import("vue").PropType; readonly offsetDegree: NumberConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; mergedIndicatorPlacement: import("vue").ComputedRef<"inside" | "outside">; gapDeg: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-fill-color': string; '--u-font-size': string; '--u-font-size-circle': string; '--u-font-weight-circle': string; '--u-icon-color': string; '--u-icon-size-circle': string; '--u-icon-size-line': string; '--u-line-bg-processing': string; '--u-rail-color': string; '--u-rail-height': string; '--u-text-color-circle': string; '--u-text-color-line-inner': string; '--u-text-color-line-outer': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "line"; }; readonly gapDegree: NumberConstructor; readonly gapOffsetDegree: NumberConstructor; readonly status: { readonly type: import("vue").PropType; readonly default: "default"; }; readonly railColor: import("vue").PropType; readonly railStyle: import("vue").PropType>; readonly color: import("vue").PropType; readonly viewBoxWidth: { readonly type: NumberConstructor; readonly default: 100; }; readonly strokeWidth: { readonly type: NumberConstructor; readonly default: 7; }; readonly percentage: import("vue").PropType; readonly unit: { readonly type: StringConstructor; readonly default: "%"; }; readonly showIndicator: { readonly type: BooleanConstructor; readonly default: true; }; readonly indicatorPosition: { readonly type: import("vue").PropType<"inside" | "outside">; readonly default: "outside"; }; readonly indicatorPlacement: { readonly type: import("vue").PropType<"inside" | "outside">; readonly default: "outside"; }; readonly indicatorTextColor: StringConstructor; readonly circleGap: { readonly type: NumberConstructor; readonly default: 1; }; readonly height: NumberConstructor; readonly borderRadius: import("vue").PropType; readonly fillBorderRadius: import("vue").PropType; readonly offsetDegree: NumberConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "circle" | "line" | "multiple-circle" | "dashboard"; readonly status: import(".").ProgressStatus; readonly processing: boolean; readonly strokeWidth: number; readonly viewBoxWidth: number; readonly unit: string; readonly showIndicator: boolean; readonly indicatorPosition: "inside" | "outside"; readonly indicatorPlacement: "inside" | "outside"; readonly circleGap: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './qr-code'; export { qrCodeProps } from './qr-code'; export declare const UQrCode: import("vue").DefineComponent; readonly default: 12; }; readonly errorCorrectionLevel: { readonly type: import("vue").PropType<"L" | "M" | "Q" | "H">; readonly default: "M"; }; readonly type: { readonly type: import("vue").PropType<"svg" | "canvas">; readonly default: "canvas"; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { canvasRef: import("vue").Ref; mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-border-radius': string; }> | undefined; themeClass: import("vue").Ref | undefined; svgInfo: import("vue").ComputedRef<{ innerHtml: string; numCells: number; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: 12; }; readonly errorCorrectionLevel: { readonly type: import("vue").PropType<"L" | "M" | "Q" | "H">; readonly default: "M"; }; readonly type: { readonly type: import("vue").PropType<"svg" | "canvas">; readonly default: "canvas"; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "canvas" | "svg"; readonly size: number; readonly iconSize: number; readonly color: string; readonly padding: string | number; readonly backgroundColor: string; readonly iconBorderRadius: number; readonly iconBackgroundColor: string; readonly errorCorrectionLevel: "Q" | "H" | "L" | "M"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './radio'; export { radioButtonProps, radioGroupProps, radioProps } from './radio'; export declare const URadio: import("vue").DefineComponent; readonly default: "left"; }; readonly name: StringConstructor; readonly value: { readonly type: import("vue").PropType; readonly default: "on"; }; readonly checked: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly defaultChecked: BooleanConstructor; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly label: StringConstructor; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly onUpdateChecked: import("vue").PropType void>>; readonly 'onUpdate:checked': import("vue").PropType void>>; readonly checkedValue: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly onChange: import("vue").PropType; readonly onClick: import("vue").PropType<(event: MouseEvent) => void>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, import("./_internal").UseRadio & { rtlEnabled: import("vue").Ref | undefined; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-label-font-weight': string; '--u-label-font-size': string; '--u-box-shadow': string; '--u-box-shadow-active': string; '--u-box-shadow-disabled': string; '--u-box-shadow-focus': string; '--u-box-shadow-hover': string; '--u-box-shadow-pressed': string; '--u-box-shadow-checked': string; '--u-box-shadow-active-checked': string; '--u-box-shadow-disabled-checked': string; '--u-box-shadow-focus-checked': string; '--u-box-shadow-hover-checked': string; '--u-box-shadow-pressed-checked': string; '--u-color': string; '--u-text-description-color': string; '--u-color-active': string; '--u-color-disabled': string; '--u-dot-color-active': string; '--u-dot-color-disabled': string; '--u-font-size': string; '--u-line-height': string; '--u-font-weight': string; '--u-radio-size': string; '--u-text-color': string; '--u-text-color-disabled': string; '--u-label-padding': string; '--u-radio-position': string; '--u-radio-position-block': string; '--u-radio-position-content': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "left"; }; readonly name: StringConstructor; readonly value: { readonly type: import("vue").PropType; readonly default: "on"; }; readonly checked: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly defaultChecked: BooleanConstructor; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly label: StringConstructor; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly onUpdateChecked: import("vue").PropType void>>; readonly 'onUpdate:checked': import("vue").PropType void>>; readonly checkedValue: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly onChange: import("vue").PropType; readonly onClick: import("vue").PropType<(event: MouseEvent) => void>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly value: string | number | boolean; readonly disabled: boolean | undefined; readonly position: "left" | "right"; readonly checkedValue: boolean | undefined; readonly checked: boolean | undefined; readonly defaultChecked: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const URadioButton: import("vue").DefineComponent<{ readonly value: string | number | boolean; readonly defaultChecked: boolean; readonly label?: string | undefined; readonly disabled?: boolean | undefined; readonly size?: "small" | "medium" | "large" | undefined; readonly onChange?: import("./_internal/radio").OnChangeImpl | undefined; readonly onClick?: ((event: MouseEvent) => void) | undefined; readonly name?: string | undefined; readonly checkedValue?: boolean | undefined; readonly checked?: boolean | undefined; readonly 'onUpdate:checked'?: import("./_utils").MaybeArray<(value: boolean) => void> | undefined; readonly onUpdateChecked?: import("./_utils").MaybeArray<(value: boolean) => void> | undefined; }, import("./_internal").UseRadio, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ readonly value: string | number | boolean; readonly defaultChecked: boolean; readonly label?: string | undefined; readonly disabled?: boolean | undefined; readonly size?: "small" | "medium" | "large" | undefined; readonly onChange?: import("./_internal/radio").OnChangeImpl | undefined; readonly onClick?: ((event: MouseEvent) => void) | undefined; readonly name?: string | undefined; readonly checkedValue?: boolean | undefined; readonly checked?: boolean | undefined; readonly 'onUpdate:checked'?: import("./_utils").MaybeArray<(value: boolean) => void> | undefined; readonly onUpdateChecked?: import("./_utils").MaybeArray<(value: boolean) => void> | undefined; }> & Readonly<{}>, { readonly value: string | number | boolean; readonly disabled: boolean | undefined; readonly checkedValue: boolean | undefined; readonly checked: boolean | undefined; readonly defaultChecked: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const URadioGroup: import("vue").DefineComponent; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly size: import("vue").PropType; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { selfElRef: import("vue").Ref; rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; mergedValue: import("vue").ComputedRef; handleFocusout: (e: FocusEvent) => void; handleFocusin: (e: FocusEvent) => void; cssVars: import("vue").ComputedRef<{ '--u-font-size': string; '--u-bezier': string; '--u-button-border-color': string; '--u-button-border-color-active': string; '--u-button-border-radius': string; '--u-button-box-shadow': string; '--u-button-box-shadow-focus': string; '--u-button-box-shadow-hover': string; '--u-button-color-active': string; '--u-button-text-color': string; '--u-button-text-color-hover': string; '--u-button-text-color-active': string; '--u-height': string; '--u-opacity-disabled': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly size: import("vue").PropType; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly disabled: boolean | undefined; readonly defaultValue: string | number | boolean | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './rate'; export { rateProps } from './rate'; export declare const URate: import("vue").DefineComponent; readonly default: null; }; readonly readonly: BooleanConstructor; readonly size: { readonly type: import("vue").PropType; readonly default: "medium"; }; readonly clearable: BooleanConstructor; readonly color: StringConstructor; readonly onClear: import("vue").PropType<() => void>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; mergedValue: import("vue").ComputedRef; hoverIndex: import("vue").Ref; handleMouseMove: (index: number, e: MouseEvent) => void; handleClick: (index: number, e: MouseEvent) => void; handleMouseLeave: () => void; handleMouseEnterSomeStar: () => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-item-color': string; '--u-item-color-active': string; '--u-item-size': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: null; }; readonly readonly: BooleanConstructor; readonly size: { readonly type: import("vue").PropType; readonly default: "medium"; }; readonly clearable: BooleanConstructor; readonly color: StringConstructor; readonly onClear: import("vue").PropType<() => void>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly size: number | "small" | "medium" | "large"; readonly clearable: boolean; readonly defaultValue: number | null; readonly readonly: boolean; readonly allowHalf: boolean; readonly count: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './result'; export { resultProps } from './result'; export declare const UResult: import("vue").DefineComponent; default: string; }; status: { type: import("vue").PropType<"info" | "success" | "warning" | "error" | "404" | "403" | "500" | "418">; default: string; }; title: StringConstructor; description: StringConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-font-size': string; '--u-icon-size': string; '--u-line-height': string; '--u-text-color': string; '--u-title-font-size': string; '--u-title-font-weight': string; '--u-title-text-color': string; '--u-icon-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; status: { type: import("vue").PropType<"info" | "success" | "warning" | "error" | "404" | "403" | "500" | "418">; default: string; }; title: StringConstructor; description: StringConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { size: import(".").ResultSize; status: "500" | "error" | "warning" | "success" | "info" | "404" | "403" | "418"; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './safe-top-scrollbar'; export { safeTopScrollbarProps } from './safe-top-scrollbar'; export declare const USafeTopScrollbar: import("vue").DefineComponent; readonly xScrollable: BooleanConstructor; readonly onScroll: import("vue").PropType<(e: Event) => void>; readonly size: NumberConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { scrollbarInstRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/safe-top-scrollbar/src/SafeTopScrollbar").ScrollTo; scrollBy: import("./_internal/safe-top-scrollbar/src/SafeTopScrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; getScrollState: () => { scrollHeight: number; scrollTop: number; clientHeight: number; }; adjustScrollTop: (heightDiff: number) => void; } | null, import("./_internal").SafeTopScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/safe-top-scrollbar/src/SafeTopScrollbar").ScrollTo; scrollBy: import("./_internal/safe-top-scrollbar/src/SafeTopScrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; getScrollState: () => { scrollHeight: number; scrollTop: number; clientHeight: number; }; adjustScrollTop: (heightDiff: number) => void; } | null>; scrollTo: import("./safe-top-scrollbar/src/SafeTopScrollbar").ScrollTo; scrollBy: import("./safe-top-scrollbar/src/SafeTopScrollbar").ScrollBy; getScrollState: () => { scrollHeight: number; scrollTop: number; clientHeight: number; }; adjustScrollTop: (heightDiff: number) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly xScrollable: BooleanConstructor; readonly onScroll: import("vue").PropType<(e: Event) => void>; readonly size: NumberConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly xScrollable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './scrollbar'; export { scrollbarProps } from './scrollbar'; export declare const UScrollbar: import("vue").DefineComponent; readonly xScrollable: BooleanConstructor; readonly onScroll: import("vue").PropType<(e: Event) => void>; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType>; readonly size: NumberConstructor; readonly yPlacement: { readonly type: import("vue").PropType<"left" | "right">; readonly default: "right"; }; readonly xPlacement: { readonly type: import("vue").PropType<"top" | "bottom">; readonly default: "bottom"; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { scrollbarInstRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, import("./_internal").ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; scrollTo: import("./scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./scrollbar/src/Scrollbar").ScrollBy; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly xScrollable: BooleanConstructor; readonly onScroll: import("vue").PropType<(e: Event) => void>; readonly contentClass: StringConstructor; readonly contentStyle: import("vue").PropType>; readonly size: NumberConstructor; readonly yPlacement: { readonly type: import("vue").PropType<"left" | "right">; readonly default: "right"; }; readonly xPlacement: { readonly type: import("vue").PropType<"top" | "bottom">; readonly default: "bottom"; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly xScrollable: boolean; readonly yPlacement: "left" | "right"; readonly xPlacement: "top" | "bottom"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './select'; export { selectProps } from './select'; export declare const USelect: import("vue").DefineComponent; default: undefined; }; readonly bordered: { readonly type: import("vue").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: import("vue").PropType; readonly default: () => never[]; }; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly value: import("vue").PropType; readonly placeholder: StringConstructor; readonly menuProps: import("vue").PropType; readonly multiple: BooleanConstructor; readonly size: import("vue").PropType; readonly menuSize: { readonly type: import("vue").PropType; }; readonly filterable: BooleanConstructor; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly remote: BooleanConstructor; readonly loading: BooleanConstructor; readonly loadingSkeleton: BooleanConstructor; readonly filter: import("vue").PropType; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly widthMode: { readonly type: StringConstructor; readonly default: "trigger"; }; readonly tag: BooleanConstructor; readonly onCreate: import("vue").PropType<(label: string) => import("./select").SelectOption>; readonly fallbackOption: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly showArrow: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxTagCount: import("vue").PropType; readonly ellipsisTagPopoverProps: import("vue").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: import("vue").PropType; readonly renderLabel: import("vue").PropType; readonly renderOption: import("vue").PropType; readonly renderTag: import("vue").PropType; readonly 'onUpdate:value': import("vue").PropType | undefined>; readonly inputProps: import("vue").PropType; readonly nodeProps: import("vue").PropType; readonly ignoreComposition: { readonly type: BooleanConstructor; readonly default: true; }; readonly showOnFocus: BooleanConstructor; readonly onUpdateValue: import("vue").PropType | undefined>; readonly onBlur: import("vue").PropType void> | undefined>; readonly onClear: import("vue").PropType void> | undefined>; readonly onFocus: import("vue").PropType void> | undefined>; readonly onScroll: import("vue").PropType void> | undefined>; readonly onSearch: import("vue").PropType void> | undefined>; readonly onUpdateShow: import("vue").PropType void>>; readonly 'onUpdate:show': import("vue").PropType void>>; readonly displayDirective: { readonly type: import("vue").PropType<"if" | "show">; readonly default: "show"; }; readonly resetMenuOnOptionsChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly status: import("vue").PropType; readonly showCheckmark: { readonly type: BooleanConstructor; readonly default: true; }; readonly scrollbarProps: import("vue").PropType; readonly round: BooleanConstructor; readonly counter: BooleanConstructor; readonly secondary: BooleanConstructor; readonly onChange: import("vue").PropType>; readonly items: import("vue").PropType; readonly account: BooleanConstructor; readonly theme: import("vue").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: import("vue").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: import("vue").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, import("./_internal").InternalSelectionInst | { isComposing: boolean; focus: () => void; focusInput: () => void; blur: () => void; blurInput: () => void; $el: HTMLElement; } | null>; menuRef: import("vue").Ref<{ selfRef: HTMLElement | null; getPendingTmNode: () => import("treemate").TreeNode | null; prev: () => void; next: () => void; } | null, { selfRef: HTMLElement | null; getPendingTmNode: () => import("treemate").TreeNode | null; prev: () => void; next: () => void; } | { selfRef: HTMLElement | null; getPendingTmNode: () => import("treemate").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, import("vueuc").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: import("treemate").TreeNode) => void; handleDeleteOption: (option: import("./select").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("./config-provider").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: import("vue").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: import("vue").PropType; readonly default: () => never[]; }; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly value: import("vue").PropType; readonly placeholder: StringConstructor; readonly menuProps: import("vue").PropType; readonly multiple: BooleanConstructor; readonly size: import("vue").PropType; readonly menuSize: { readonly type: import("vue").PropType; }; readonly filterable: BooleanConstructor; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly remote: BooleanConstructor; readonly loading: BooleanConstructor; readonly loadingSkeleton: BooleanConstructor; readonly filter: import("vue").PropType; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly widthMode: { readonly type: StringConstructor; readonly default: "trigger"; }; readonly tag: BooleanConstructor; readonly onCreate: import("vue").PropType<(label: string) => import("./select").SelectOption>; readonly fallbackOption: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly showArrow: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxTagCount: import("vue").PropType; readonly ellipsisTagPopoverProps: import("vue").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: import("vue").PropType; readonly renderLabel: import("vue").PropType; readonly renderOption: import("vue").PropType; readonly renderTag: import("vue").PropType; readonly 'onUpdate:value': import("vue").PropType | undefined>; readonly inputProps: import("vue").PropType; readonly nodeProps: import("vue").PropType; readonly ignoreComposition: { readonly type: BooleanConstructor; readonly default: true; }; readonly showOnFocus: BooleanConstructor; readonly onUpdateValue: import("vue").PropType | undefined>; readonly onBlur: import("vue").PropType void> | undefined>; readonly onClear: import("vue").PropType void> | undefined>; readonly onFocus: import("vue").PropType void> | undefined>; readonly onScroll: import("vue").PropType void> | undefined>; readonly onSearch: import("vue").PropType void> | undefined>; readonly onUpdateShow: import("vue").PropType void>>; readonly 'onUpdate:show': import("vue").PropType void>>; readonly displayDirective: { readonly type: import("vue").PropType<"if" | "show">; readonly default: "show"; }; readonly resetMenuOnOptionsChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly status: import("vue").PropType; readonly showCheckmark: { readonly type: BooleanConstructor; readonly default: true; }; readonly scrollbarProps: import("vue").PropType; readonly round: BooleanConstructor; readonly counter: BooleanConstructor; readonly secondary: BooleanConstructor; readonly onChange: import("vue").PropType>; readonly items: import("vue").PropType; readonly account: BooleanConstructor; readonly theme: import("vue").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: import("vue").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: import("vue").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: import("./select/src/interface").SelectMixedOption[]; readonly loading: boolean; readonly tag: boolean; readonly clearable: boolean; readonly defaultValue: import("./select/src/interface").Value | null; readonly resetMenuOnOptionsChange: boolean; readonly placement: import("vueuc").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 | import("./select/src/interface").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 type * from './skeleton'; export { skeletonProps } from './skeleton'; export declare const USkeleton: import("vue").DefineComponent; readonly width: import("vue").PropType; readonly size: import("vue").PropType; readonly repeat: { readonly type: NumberConstructor; readonly default: 1; }; readonly animated: { readonly type: BooleanConstructor; readonly default: true; }; readonly sharp: { readonly type: BooleanConstructor; readonly default: true; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; style: import("vue").ComputedRef<{ display: string; verticalAlign: string; borderRadius: string; width: string | undefined; height: string | undefined; animation: string; '--u-bezier': string; '--u-color-start': string; '--u-color-end': string; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly width: import("vue").PropType; readonly size: import("vue").PropType; readonly repeat: { readonly type: NumberConstructor; readonly default: 1; }; readonly animated: { readonly type: BooleanConstructor; readonly default: true; }; readonly sharp: { readonly type: BooleanConstructor; readonly default: true; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly repeat: number; readonly circle: boolean; readonly text: boolean; readonly round: boolean; readonly animated: boolean; readonly sharp: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './slider'; export { sliderProps } from './slider'; export declare const USlider: import("vue").DefineComponent; default: undefined; }; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: 0; }; readonly marks: import("vue").PropType import("vue").VNodeChild)>>; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly formatTooltip: import("vue").PropType<(value: number) => string | number>; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly min: { readonly type: NumberConstructor; readonly default: 0; }; readonly max: { readonly type: NumberConstructor; readonly default: 100; }; readonly step: { readonly type: import("vue").PropType; readonly default: 1; }; readonly range: BooleanConstructor; readonly value: import("vue").PropType; readonly placement: import("vue").PropType; readonly showTooltip: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly tooltip: { readonly type: BooleanConstructor; readonly default: true; }; readonly vertical: BooleanConstructor; readonly reverse: BooleanConstructor; readonly 'onUpdate:value': import("vue").PropType void>>; readonly onUpdateValue: import("vue").PropType void>>; readonly onDragstart: import("vue").PropType<() => void>; readonly onDragend: import("vue").PropType<() => void>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; namespace: import("vue").ComputedRef; uncontrolledValue: import("vue").Ref; mergedValue: import("vue").ComputedRef; mergedDisabled: import("vue").ComputedRef; mergedPlacement: import("vue").ComputedRef; isMounted: Readonly>; adjustedTo: import("vue").ComputedRef; dotTransitionDisabled: import("vue").Ref; markInfos: import("vue").ComputedRef<{ active: boolean; key: number; label: string | (() => import("vue").VNodeChild); style: import("vue").CSSProperties; }[]>; isShowTooltip: (index: number) => boolean; shouldKeepTooltipTransition: (index: number) => boolean; handleRailRef: import("vue").Ref; setHandleRefs: (key: number) => (el: any) => void; setFollowerRefs: (key: number) => (el: any) => void; fillStyle: import("vue").ComputedRef<{ [x: string]: string; height: string; width?: undefined; } | { [x: string]: string; width: string; height?: undefined; } | undefined>; getHandleStyle: (value: number, index: number) => Record; activeIndex: import("vue").Ref; arrifiedValues: import("vue").ComputedRef; followerEnabledIndexSet: import("vue").Ref & Omit, keyof Set>, Set | (Set & Omit, keyof Set>)>; handleRailMouseDown: (event: MouseEvent | TouchEvent) => void; handleHandleFocus: (index: number) => void; handleHandleBlur: (index: number) => void; handleHandleMouseEnter: (index: number) => void; handleHandleMouseLeave: (index: number) => void; handleRailKeyDown: (e: KeyboardEvent) => void; indicatorCssVars: import("vue").ComputedRef<{ '--u-font-size': string; '--u-indicator-border-radius': string; '--u-indicator-box-shadow': string; '--u-indicator-color': string; '--u-indicator-text-color': string; }> | undefined; indicatorThemeClass: import("vue").Ref | undefined; indicatorOnRender: (() => void) | undefined; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-dot-border': string; '--u-dot-border-active': string; '--u-dot-border-radius': string; '--u-dot-box-shadow': string; '--u-dot-color': string; '--u-dot-color-modal': string; '--u-dot-color-popover': string; '--u-dot-height': string; '--u-dot-width': string; '--u-fill-color': string; '--u-fill-color-hover': string; '--u-font-size': string; '--u-handle-box-shadow': string; '--u-handle-box-shadow-active': string; '--u-handle-box-shadow-focus': string; '--u-handle-box-shadow-hover': string; '--u-handle-color': string; '--u-handle-size': string; '--u-opacity-disabled': string; '--u-rail-color': string; '--u-rail-color-hover': string; '--u-rail-height': string; '--u-rail-width-vertical': string; '--u-mark-font-size': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: 0; }; readonly marks: import("vue").PropType import("vue").VNodeChild)>>; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly formatTooltip: import("vue").PropType<(value: number) => string | number>; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly min: { readonly type: NumberConstructor; readonly default: 0; }; readonly max: { readonly type: NumberConstructor; readonly default: 100; }; readonly step: { readonly type: import("vue").PropType; readonly default: 1; }; readonly range: BooleanConstructor; readonly value: import("vue").PropType; readonly placement: import("vue").PropType; readonly showTooltip: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly tooltip: { readonly type: BooleanConstructor; readonly default: true; }; readonly vertical: BooleanConstructor; readonly reverse: BooleanConstructor; readonly 'onUpdate:value': import("vue").PropType void>>; readonly onUpdateValue: import("vue").PropType void>>; readonly onDragstart: import("vue").PropType<() => void>; readonly onDragend: import("vue").PropType<() => void>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly disabled: boolean | undefined; readonly reverse: boolean; readonly vertical: boolean; readonly to: string | boolean | HTMLElement; readonly min: number; readonly max: number; readonly defaultValue: number | number[]; readonly keyboard: boolean; readonly tooltip: boolean; readonly step: number | "mark"; readonly range: boolean; readonly showTooltip: boolean | undefined; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './space'; export { spaceProps } from './space'; export declare const USpace: import("vue").DefineComponent; readonly justify: { readonly type: import("vue").PropType; readonly default: "start"; }; readonly inline: BooleanConstructor; readonly vertical: BooleanConstructor; readonly reverse: BooleanConstructor; readonly size: import("vue").PropType; readonly wrapItem: { readonly type: BooleanConstructor; readonly default: true; }; readonly itemClass: StringConstructor; readonly itemStyle: import("vue").PropType; readonly wrap: { readonly type: BooleanConstructor; readonly default: true; }; readonly internalUseGap: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { useGap: boolean; rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; margin: import("vue").ComputedRef<{ horizontal: number; vertical: number; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly justify: { readonly type: import("vue").PropType; readonly default: "start"; }; readonly inline: BooleanConstructor; readonly vertical: BooleanConstructor; readonly reverse: BooleanConstructor; readonly size: import("vue").PropType; readonly wrapItem: { readonly type: BooleanConstructor; readonly default: true; }; readonly itemClass: StringConstructor; readonly itemStyle: import("vue").PropType; readonly wrap: { readonly type: BooleanConstructor; readonly default: true; }; readonly internalUseGap: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly reverse: boolean; readonly vertical: boolean; readonly inline: boolean; readonly justify: import("./space/src/Space").Justify; readonly wrapItem: boolean; readonly wrap: boolean; readonly internalUseGap: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './spin'; export { spinProps } from './spin'; export declare const USpin: import("vue").DefineComponent; description: StringConstructor; stroke: StringConstructor; size: { type: import("vue").PropType<"tiny" | "small" | "medium" | "large" | "huge" | number>; default: string; }; show: { type: BooleanConstructor; default: boolean; }; strokeWidth: NumberConstructor; rotate: { type: BooleanConstructor; default: boolean; }; scale: NumberConstructor; radius: NumberConstructor; spinning: { type: BooleanConstructor; validator: () => boolean; default: undefined; }; color: { type: import("vue").PropType<"primary" | "tertiary" | string>; default: string; }; delay: NumberConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; active: import("vue").Ref; mergedStrokeWidth: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-opacity-spinning': string; '--u-size': string; '--u-color': string; '--u-text-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; description: StringConstructor; stroke: StringConstructor; size: { type: import("vue").PropType<"tiny" | "small" | "medium" | "large" | "huge" | number>; default: string; }; show: { type: BooleanConstructor; default: boolean; }; strokeWidth: NumberConstructor; rotate: { type: BooleanConstructor; default: boolean; }; scale: NumberConstructor; radius: NumberConstructor; spinning: { type: BooleanConstructor; validator: () => boolean; default: undefined; }; color: { type: import("vue").PropType<"primary" | "tertiary" | string>; default: string; }; delay: NumberConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { size: number | "small" | "medium" | "large" | "tiny" | "huge"; color: string; show: boolean; rotate: boolean; spinning: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './split'; export { splitProps } from './split'; export declare const USplit: import("vue").DefineComponent; readonly default: "horizontal"; }; readonly resizeTriggerSize: { readonly type: NumberConstructor; readonly default: 3; }; readonly disabled: BooleanConstructor; readonly defaultSize: { readonly type: import("vue").PropType; readonly default: 0.5; }; readonly 'onUpdate:size': import("vue").PropType; readonly onUpdateSize: import("vue").PropType; readonly size: import("vue").PropType; readonly min: { readonly type: import("vue").PropType; readonly default: 0; }; readonly max: { readonly type: import("vue").PropType; readonly default: 1; }; readonly pane1Class: StringConstructor; readonly pane1Style: import("vue").PropType; readonly pane2Class: StringConstructor; readonly pane2Style: import("vue").PropType; readonly onDragStart: import("vue").PropType<(e: Event) => void>; readonly onDragMove: import("vue").PropType<(e: Event) => void>; readonly onDragEnd: import("vue").PropType<(e: Event) => void>; readonly watchProps: import("vue").PropType>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; cssVars: import("vue").ComputedRef<{ '--n-bezier': string; '--n-resize-trigger-color': string; '--n-resize-trigger-color-hover': string; }> | undefined; resizeTriggerElRef: import("vue").Ref; isDragging: import("vue").Ref; mergedClsPrefix: import("vue").Ref; resizeTriggerWrapperStyle: import("vue").ComputedRef<{ width: string; height: string; cursor: string; }>; resizeTriggerStyle: import("vue").ComputedRef<{ width: string; height: string; }>; handleMouseDown: (e: MouseEvent) => void; firstPaneStyle: import("vue").ComputedRef<{ flex: string; } | undefined>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "horizontal"; }; readonly resizeTriggerSize: { readonly type: NumberConstructor; readonly default: 3; }; readonly disabled: BooleanConstructor; readonly defaultSize: { readonly type: import("vue").PropType; readonly default: 0.5; }; readonly 'onUpdate:size': import("vue").PropType; readonly onUpdateSize: import("vue").PropType; readonly size: import("vue").PropType; readonly min: { readonly type: import("vue").PropType; readonly default: 0; }; readonly max: { readonly type: import("vue").PropType; readonly default: 1; }; readonly pane1Class: StringConstructor; readonly pane1Style: import("vue").PropType; readonly pane2Class: StringConstructor; readonly pane2Style: import("vue").PropType; readonly onDragStart: import("vue").PropType<(e: Event) => void>; readonly onDragMove: import("vue").PropType<(e: Event) => void>; readonly onDragEnd: import("vue").PropType<(e: Event) => void>; readonly watchProps: import("vue").PropType>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly disabled: boolean; readonly min: string | number; readonly max: string | number; readonly defaultSize: string | number; readonly direction: "horizontal" | "vertical"; readonly resizeTriggerSize: number; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './statistic'; export { statisticProps } from './statistic'; export declare const UStatistic: import("vue").DefineComponent>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-label-font-size': string; '--u-label-font-weight': string; '--u-label-text-color': string; '--u-value-font-weight': string; '--u-value-font-size': string; '--u-value-prefix-text-color': string; '--u-value-suffix-text-color': string; '--u-value-text-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { tabularNums: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './status'; export { statusProps } from './status'; export declare const UStatus: import("vue").DefineComponent; filled: BooleanConstructor; noIcon: BooleanConstructor; type: { type: import("vue").PropType; default: string; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; mergedRenderIcon: () => import("vue").VNodeChild; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-text-color': string; '--u-background-color': string; '--u-font-size': string; '--u-font-weight': string; '--u-line-height': string; '--u-icon-size': string; '--u-icon-color': string; '--u-icon-spacing': string; '--u-border-radius': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; filled: BooleanConstructor; noIcon: BooleanConstructor; type: { type: import("vue").PropType; default: string; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { type: import("./status/src/interface").StatusTypes; filled: boolean; noIcon: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './steps'; export { stepProps, stepsProps } from './steps'; export declare const UStep: import("vue").DefineComponent; readonly title: StringConstructor; readonly description: StringConstructor; readonly disabled: BooleanConstructor; readonly noIcon: BooleanConstructor; readonly variant: import("vue").PropType; readonly internalIndex: { readonly type: NumberConstructor; readonly default: 0; }; }>, { renderIcon: () => import("vue").VNodeChild; stepsSlots: import(".").StepsSlots; mergedClsPrefix: import("vue").Ref; variantBehaviors: import("vue").ComputedRef; variant: import("vue").ComputedRef; noIcon: import("vue").ComputedRef; mergedStatus: import("vue").ComputedRef; handleStepClick: import("vue").ComputedRef<(() => void) | undefined>; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-description-text-color': string; '--u-header-text-color': string; '--u-indicator-border-color': string; '--u-indicator-color': string; '--u-indicator-icon-size': string; '--u-indicator-index-font-size': string; '--u-indicator-index-font-size--outline': string; '--u-indicator-size': string; '--u-indicator-size--dotted': string; '--u-indicator-color--dotted': string; '--u-indicator-text-color': string; '--u-indicator-text-color--outline': string; '--u-splitor-color': string; '--u-splitor-color--dotted': string; '--u-splitor-color-finish--dotted': string; '--u-step-header-font-size': string; '--u-step-header-font-weight': string; '--u-step-icon-color': string; '--u-step-icon-color--outline': string; '--u-indicator-background-finish--outline': string; '--u-indicator-color-finish--dotted': string; '--u-indicator-icon-size--outline': string; '--u-indicator-border-color-finish--outline': string; '--u-indicator-icon-color--outline': string; '--u-indicator-border-radius--outline': string; '--u-indicator-border-radius-finish--outline': string; '--u-step-height': string; '--u-description-text-color--dotted': string; '--u-step-header-font-size--dotted': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly title: StringConstructor; readonly description: StringConstructor; readonly disabled: BooleanConstructor; readonly noIcon: BooleanConstructor; readonly variant: import("vue").PropType; readonly internalIndex: { readonly type: NumberConstructor; readonly default: 0; }; }>> & Readonly<{}>, { readonly disabled: boolean; readonly noIcon: boolean; readonly internalIndex: number; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const USteps: import("vue").DefineComponent; default: string; }; size: { type: import("vue").PropType<"small" | "medium">; default: string; }; vertical: BooleanConstructor; contentPlacement: { type: import("vue").PropType<"right" | "bottom">; default: string; }; variant: { type: import("vue").PropType; default: string; }; 'onUpdate:current': import("vue").PropType; onUpdateCurrent: import("vue").PropType; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; rtlEnabled: import("vue").Ref | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; size: { type: import("vue").PropType<"small" | "medium">; default: string; }; vertical: BooleanConstructor; contentPlacement: { type: import("vue").PropType<"right" | "bottom">; default: string; }; variant: { type: import("vue").PropType; default: string; }; 'onUpdate:current': import("vue").PropType; onUpdateCurrent: import("vue").PropType; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { vertical: boolean; size: "small" | "medium"; status: import("./steps/src/interface").StepsStatus; variant: import("./steps/src/interface").StepsVariant; contentPlacement: "right" | "bottom"; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './switch'; export { switchProps } from './switch'; export declare const USwitch: import("vue").DefineComponent; readonly value: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly loading: BooleanConstructor; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: false; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly round: { readonly type: BooleanConstructor; readonly default: true; }; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly checkedValue: { readonly type: import("vue").PropType; readonly default: true; }; readonly uncheckedValue: { readonly type: import("vue").PropType; readonly default: false; }; readonly railStyle: import("vue").PropType<(params: { focused: boolean; checked: boolean; }) => string | import("vue").CSSProperties>; readonly rubberBand: { readonly type: BooleanConstructor; readonly default: true; }; readonly spinProps: import("vue").PropType; readonly onChange: import("vue").PropType | undefined>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { handleClick: () => void; handleBlur: () => void; handleFocus: () => void; handleKeyup: (e: KeyboardEvent) => void; handleKeydown: (e: KeyboardEvent) => void; mergedRailStyle: import("vue").ComputedRef; pressed: import("vue").Ref; mergedClsPrefix: import("vue").Ref; mergedValue: import("vue").ComputedRef; checked: import("vue").ComputedRef; mergedDisabled: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-button-border-radius': string; '--u-button-box-shadow': string; '--u-button-box-shadow-hover': string; '--u-button-box-shadow-checked': string; '--u-button-box-shadow-checked-hover': string; '--u-button-color': string; '--u-button-color-disabled': string; '--u-button-width': string; '--u-button-width-pressed': string; '--u-button-height': string; '--u-height': string; '--u-offset': string; '--u-opacity-disabled': string; '--u-rail-border-radius': string; '--u-rail-color': string; '--u-rail-color-active': string; '--u-rail-color-active-disabled': string; '--u-rail-height': string; '--u-rail-width': string; '--u-width': string; '--u-box-shadow-focus': string; '--u-loading-color': string; '--u-loading-color-active': string; '--u-text-color': string; '--u-icon-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly value: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly loading: BooleanConstructor; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: false; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly round: { readonly type: BooleanConstructor; readonly default: true; }; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly checkedValue: { readonly type: import("vue").PropType; readonly default: true; }; readonly uncheckedValue: { readonly type: import("vue").PropType; readonly default: false; }; readonly railStyle: import("vue").PropType<(params: { focused: boolean; checked: boolean; }) => string | import("vue").CSSProperties>; readonly rubberBand: { readonly type: BooleanConstructor; readonly default: true; }; readonly spinProps: import("vue").PropType; readonly onChange: import("vue").PropType | undefined>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly value: string | number | boolean | undefined; readonly disabled: boolean | undefined; readonly loading: boolean; readonly defaultValue: string | number | boolean; readonly round: boolean; readonly checkedValue: string | number | boolean; readonly uncheckedValue: string | number | boolean; readonly rubberBand: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './table'; export { tableProps } from './table'; export declare const UTable: import("vue").DefineComponent; default: string; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-td-color': string; '--u-td-color-modal': string; '--u-td-color-popover': string; '--u-td-text-color': string; '--u-border-color': string; '--u-border-color-modal': string; '--u-border-color-popover': string; '--u-border-radius': string; '--u-font-size': string; '--u-th-color': string; '--u-th-color-modal': string; '--u-th-color-popover': string; '--u-th-font-weight': string; '--u-th-text-color': string; '--u-line-height': string; '--u-td-padding': string; '--u-th-padding': string; '--u-td-color-striped': string; '--u-td-color-striped-modal': string; '--u-td-color-striped-popover': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { bordered: boolean; size: "small" | "medium" | "large"; bottomBordered: boolean; striped: boolean; singleLine: boolean; singleColumn: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UTbody: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UTd: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UTh: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UThead: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UTr: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './tabs'; export { tabPaneProps, tabProps, tabsProps } from './tabs'; export declare const UTab: import("vue").DefineComponent import("vue").VNodeChild)>; readonly disabled: BooleanConstructor; readonly name: { readonly type: import("vue").PropType; readonly required: true; }; readonly closable: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly tab: import("vue").PropType import("vue").VNodeChild)>; readonly tabProps: import("vue").PropType; readonly internalLeftPadded: BooleanConstructor; readonly internalAddable: BooleanConstructor; readonly internalCreatedByPane: BooleanConstructor; }>, { trigger: import("vue").Ref<"click" | "hover", "click" | "hover">; mergedClosable: import("vue").ComputedRef; style: import("vue").Ref; addStyle: import("vue").Ref; tabClass: import("vue").Ref; addTabClass: import("vue").Ref; clsPrefix: import("vue").Ref; value: import("vue").Ref; type: import("vue").Ref; handleClose(e: MouseEvent): void; activateTab(): void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly import("vue").VNodeChild)>; readonly disabled: BooleanConstructor; readonly name: { readonly type: import("vue").PropType; readonly required: true; }; readonly closable: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly tab: import("vue").PropType import("vue").VNodeChild)>; readonly tabProps: import("vue").PropType; readonly internalLeftPadded: BooleanConstructor; readonly internalAddable: BooleanConstructor; readonly internalCreatedByPane: BooleanConstructor; }>> & Readonly<{}>, { readonly disabled: boolean; readonly closable: boolean | undefined; readonly internalLeftPadded: boolean; readonly internalAddable: boolean; readonly internalCreatedByPane: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UTabPane: import("vue").DefineComponent import("vue").VNodeChild)>; readonly name: { readonly type: import("vue").PropType; readonly required: true; }; readonly disabled: BooleanConstructor; readonly displayDirective: { readonly type: import("vue").PropType<"if" | "show" | "show:lazy">; readonly default: "if"; }; readonly closable: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly tabProps: import("vue").PropType; readonly label: import("vue").PropType import("vue").VNodeChild)>; }>, { style: import("vue").Ref; class: import("vue").Ref; mergedClsPrefix: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly import("vue").VNodeChild)>; readonly name: { readonly type: import("vue").PropType; readonly required: true; }; readonly disabled: BooleanConstructor; readonly displayDirective: { readonly type: import("vue").PropType<"if" | "show" | "show:lazy">; readonly default: "if"; }; readonly closable: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly tabProps: import("vue").PropType; readonly label: import("vue").PropType import("vue").VNodeChild)>; }>> & Readonly<{}>, { readonly disabled: boolean; readonly closable: boolean | undefined; readonly displayDirective: "show" | "if" | "show:lazy"; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UTabs: import("vue").DefineComponent; readonly defaultValue: import("vue").PropType; readonly trigger: { readonly type: import("vue").PropType<"click" | "hover">; readonly default: "click"; }; readonly type: { readonly type: import("vue").PropType; readonly default: "bar"; }; readonly closable: BooleanConstructor; readonly justifyContent: import("vue").PropType<"space-between" | "space-around" | "space-evenly" | "center" | "start" | "end">; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly placement: { readonly type: import("vue").PropType<"top" | "left" | "right" | "bottom">; readonly default: "top"; }; readonly tabStyle: import("vue").PropType; readonly tabClass: StringConstructor; readonly addTabStyle: import("vue").PropType; readonly addTabClass: StringConstructor; readonly barWidth: NumberConstructor; readonly paneClass: StringConstructor; readonly paneStyle: import("vue").PropType; readonly paneWrapperClass: StringConstructor; readonly paneWrapperStyle: import("vue").PropType; readonly addable: import("vue").PropType; readonly tabsPadding: { readonly type: NumberConstructor; readonly default: 0; }; readonly animated: BooleanConstructor; readonly onBeforeLeave: import("vue").PropType; readonly onAdd: import("vue").PropType<() => void>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onClose: import("vue").PropType>; readonly labelSize: import("vue").PropType<"small" | "medium" | "large">; readonly activeName: import("vue").PropType; readonly onActiveNameChange: import("vue").PropType void>>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { syncBarPosition: () => void; mergedClsPrefix: import("vue").Ref; mergedValue: import("vue").ComputedRef; renderedNames: Set>; tabsRailElRef: import("vue").Ref; tabsPaneWrapperRef: import("vue").Ref; tabsElRef: import("vue").Ref; barElRef: import("vue").Ref; addTabInstRef: import("vue").Ref; xScrollInstRef: import("vue").Ref<(import("vueuc").VXScrollInst & { $: import("vue").ComponentInternalInstance; $data: {}; $props: {}; $attrs: import("vue").Attrs; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; $root: import("vue").ComponentPublicInstance | null; $parent: import("vue").ComponentPublicInstance | null; $host: Element | null; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import("vue").ComponentOptionsBase & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]; renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import("vue").nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle; } & Readonly<{}> & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {}) | null, (import("vueuc").VXScrollInst & { $: import("vue").ComponentInternalInstance; $data: {}; $props: {}; $attrs: import("vue").Attrs; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; $root: import("vue").ComponentPublicInstance | null; $parent: import("vue").ComponentPublicInstance | null; $host: Element | null; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import("vue").ComponentOptionsBase & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]; renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import("vue").nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle; } & Readonly<{}> & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {}) | null>; scrollWrapperElRef: import("vue").Ref; addTabFixed: import("vue").Ref; tabWrapperStyle: import("vue").ComputedRef<{ display: string; justifyContent: "center" | "start" | "end" | "space-around" | "space-between" | "space-evenly"; } | undefined>; handleNavResize: (entry: ResizeObserverEntry) => void; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">; handleScroll: (e: Event) => void; handleTabsResize: (entry: ResizeObserverEntry) => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-color-segment': string; '--u-bar-color': string; '--u-tab-font-size': string; '--u-tab-text-line-height': string; '--u-tab-text-color': string; '--u-tab-text-color-active': string; '--u-tab-text-color-disabled': string; '--u-tab-text-color-hover': string; '--u-pane-text-color': string; '--u-tab-border-color': string; '--u-tab-border-radius': string; '--u-close-size': string; '--u-close-icon-size': string; '--u-close-color-hover': string; '--u-close-color-pressed': string; '--u-close-border-radius': string; '--u-close-icon-color': string; '--u-close-icon-color-hover': string; '--u-close-icon-color-pressed': string; '--u-tab-color': string; '--u-tab-font-weight': string; '--u-tab-font-weight-active': string; '--u-tab-padding': string; '--u-tab-padding-vertical': string; '--u-tab-gap': string; '--u-tab-gap-vertical': string; '--u-pane-padding-left': string; '--u-pane-padding-right': string; '--u-pane-padding-top': string; '--u-pane-padding-bottom': string; '--u-font-weight-strong': string; '--u-tab-color-segment': string; }> | undefined; themeClass: import("vue").Ref | undefined; animationDirection: import("vue").Ref<"prev" | "next", "prev" | "next">; renderNameListRef: { value: Array; }; onAnimationBeforeLeave: (el: HTMLElement) => void; onAnimationEnter: (el: HTMLElement) => void; onAnimationAfterEnter: () => void; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly defaultValue: import("vue").PropType; readonly trigger: { readonly type: import("vue").PropType<"click" | "hover">; readonly default: "click"; }; readonly type: { readonly type: import("vue").PropType; readonly default: "bar"; }; readonly closable: BooleanConstructor; readonly justifyContent: import("vue").PropType<"space-between" | "space-around" | "space-evenly" | "center" | "start" | "end">; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly placement: { readonly type: import("vue").PropType<"top" | "left" | "right" | "bottom">; readonly default: "top"; }; readonly tabStyle: import("vue").PropType; readonly tabClass: StringConstructor; readonly addTabStyle: import("vue").PropType; readonly addTabClass: StringConstructor; readonly barWidth: NumberConstructor; readonly paneClass: StringConstructor; readonly paneStyle: import("vue").PropType; readonly paneWrapperClass: StringConstructor; readonly paneWrapperStyle: import("vue").PropType; readonly addable: import("vue").PropType; readonly tabsPadding: { readonly type: NumberConstructor; readonly default: 0; }; readonly animated: BooleanConstructor; readonly onBeforeLeave: import("vue").PropType; readonly onAdd: import("vue").PropType<() => void>; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onClose: import("vue").PropType>; readonly labelSize: import("vue").PropType<"small" | "medium" | "large">; readonly activeName: import("vue").PropType; readonly onActiveNameChange: import("vue").PropType void>>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: import("./tabs/src/interface").TabsType; readonly closable: boolean; readonly trigger: "click" | "hover"; readonly placement: "left" | "right" | "top" | "bottom"; readonly animated: boolean; readonly tabsPadding: number; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './tag'; export { tagProps } from './tag'; export declare const UTag: import("vue").DefineComponent; default: undefined; }; size: { type: import("vue").PropType<"small" | "medium" | "large">; default: string; }; value: { type: import("vue").PropType; default: undefined; }; checked: BooleanConstructor; checkable: BooleanConstructor; outline: BooleanConstructor; strong: BooleanConstructor; triggerClickOnClose: BooleanConstructor; onClose: import("vue").PropType void>>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; 'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>; onUpdateChecked: import("vue").PropType<(checked: boolean) => void>; internalCloseFocusable: { type: BooleanConstructor; default: boolean; }; internalCloseIsButtonTag: { type: BooleanConstructor; default: boolean; }; onCheckedChange: import("vue").PropType<(checked: boolean) => void>; color: import("vue").PropType; type: { readonly type: import("vue").PropType<"default" | "tertiary">; readonly default: "default"; }; round: BooleanConstructor; closable: { readonly type: import("vue").PropType; readonly default: undefined; }; disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; contentRef: import("vue").Ref; mergedBordered: import("vue").ComputedRef; handleClick: () => void; handleCloseClick: (e: MouseEvent) => void; cssVars: import("vue").ComputedRef<{ '--u-font-weight-strong': string; '--u-font-weight': string; '--u-avatar-size-override': string; '--u-bezier': string; '--u-border-radius': string; '--u-border': string; '--u-close-icon-size': string; '--u-close-color-pressed': string; '--u-close-color-hover': string; '--u-close-border-radius': string; '--u-close-icon-color': string; '--u-close-icon-color-hover': string; '--u-close-icon-color-pressed': string; '--u-close-icon-color-disabled': string; '--u-close-margin': string; '--u-close-margin-rtl': string; '--u-close-size': string; '--u-color': string; '--u-color-checkable': string; '--u-color-checkable-outline': string; '--u-color-checked': string; '--u-color-checked-hover': string; '--u-color-checked-pressed': string; '--u-color-hover-checkable': string; '--u-color-pressed-checkable': string; '--u-font-size': string; '--u-height': string; '--u-opacity-disabled': string; '--u-padding': string; '--u-text-color': string; '--u-text-color-checkable': string; '--u-text-color-checked': string; '--u-text-color-hover-checkable': string; '--u-text-color-pressed-checkable': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; setTextContent: (textContent: string) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; size: { type: import("vue").PropType<"small" | "medium" | "large">; default: string; }; value: { type: import("vue").PropType; default: undefined; }; checked: BooleanConstructor; checkable: BooleanConstructor; outline: BooleanConstructor; strong: BooleanConstructor; triggerClickOnClose: BooleanConstructor; onClose: import("vue").PropType void>>; onMouseenter: import("vue").PropType<(e: MouseEvent) => void>; onMouseleave: import("vue").PropType<(e: MouseEvent) => void>; 'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>; onUpdateChecked: import("vue").PropType<(checked: boolean) => void>; internalCloseFocusable: { type: BooleanConstructor; default: boolean; }; internalCloseIsButtonTag: { type: BooleanConstructor; default: boolean; }; onCheckedChange: import("vue").PropType<(checked: boolean) => void>; color: import("vue").PropType; type: { readonly type: import("vue").PropType<"default" | "tertiary">; readonly default: "default"; }; round: BooleanConstructor; closable: { readonly type: import("vue").PropType; readonly default: undefined; }; disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { bordered: boolean | undefined; value: string | number | boolean; disabled: boolean | undefined; type: "default" | "tertiary"; strong: boolean; size: "small" | "medium" | "large"; closable: boolean | undefined; round: boolean; checked: boolean; outline: boolean; checkable: boolean; triggerClickOnClose: boolean; internalCloseFocusable: boolean; internalCloseIsButtonTag: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UTagGroup: import("vue").DefineComponent; readonly default: undefined; }; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly size: { readonly type: import("vue").PropType<"small" | "medium" | "large">; readonly default: "medium"; }; readonly gap: import("vue").PropType; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; mergedValue: import("vue").ComputedRef; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">; mergedDisabled: import("vue").ComputedRef; doUpdateValue: (value: string | number | boolean) => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-gap': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: undefined; }; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly size: { readonly type: import("vue").PropType<"small" | "medium" | "large">; readonly default: "medium"; }; readonly gap: import("vue").PropType; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly value: string | number | boolean | null; readonly disabled: boolean | undefined; readonly size: "small" | "medium" | "large"; readonly defaultValue: string | number | boolean | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './thing'; export { thingProps } from './thing'; export declare const UThing: import("vue").DefineComponent; content: StringConstructor; contentClass: StringConstructor; contentStyle: import("vue").PropType; contentIndented: BooleanConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; content: StringConstructor; contentClass: StringConstructor; contentStyle: import("vue").PropType; contentIndented: BooleanConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { contentIndented: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './time'; export { timeProps } from './time'; export declare const UTime: import("vue").DefineComponent; readonly default: undefined; }; readonly type: { readonly type: import("vue").PropType<"relative" | "date" | "datetime">; readonly default: "datetime"; }; readonly to: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly ssrCurrentTimestamp: NumberConstructor; readonly unix: BooleanConstructor; readonly format: StringConstructor; readonly text: BooleanConstructor; readonly timeZone: StringConstructor; }>, { renderedTime: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: undefined; }; readonly type: { readonly type: import("vue").PropType<"relative" | "date" | "datetime">; readonly default: "datetime"; }; readonly to: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly ssrCurrentTimestamp: NumberConstructor; readonly unix: BooleanConstructor; readonly format: StringConstructor; readonly text: BooleanConstructor; readonly timeZone: StringConstructor; }>> & Readonly<{}>, { readonly type: "date" | "datetime" | "relative"; readonly to: number | Date; readonly time: number | Date; readonly text: boolean; readonly unix: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './time-picker'; export { timePickerProps } from './time-picker'; export declare const UTimePicker: import("vue").DefineComponent; default: undefined; }; bordered: { type: import("vue").PropType; default: undefined; }; actions: import("vue").PropType | null>; defaultValue: { type: import("vue").PropType; default: null; }; defaultFormattedValue: StringConstructor; placeholder: StringConstructor; placement: { type: import("vue").PropType; default: string; }; value: import("vue").PropType; format: { type: StringConstructor; default: string; }; valueFormat: StringConstructor; formattedValue: import("vue").PropType; isHourDisabled: import("vue").PropType; size: import("vue").PropType; isMinuteDisabled: import("vue").PropType; isSecondDisabled: import("vue").PropType; inputReadonly: BooleanConstructor; clearable: BooleanConstructor; status: import("vue").PropType; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; 'onUpdate:show': import("vue").PropType void>>; onUpdateShow: import("vue").PropType void>>; onUpdateFormattedValue: import("vue").PropType>; 'onUpdate:formattedValue': import("vue").PropType>; onBlur: import("vue").PropType void>>; onConfirm: import("vue").PropType void>>; onClear: import("vue").PropType<() => void>; onFocus: import("vue").PropType void>>; timeZone: StringConstructor; showIcon: { type: BooleanConstructor; default: boolean; }; disabled: { type: import("vue").PropType; default: undefined; }; show: { type: import("vue").PropType; default: undefined; }; hours: { type: import("vue").PropType>; validator: (value: import("./_utils").MaybeArray) => boolean; }; minutes: { type: import("vue").PropType>; validator: (value: import("./_utils").MaybeArray) => boolean; }; seconds: { type: import("vue").PropType>; validator: (value: import("./_utils").MaybeArray) => boolean; }; use12Hours: BooleanConstructor; stateful: { type: BooleanConstructor; default: boolean; }; onChange: import("vue").PropType | undefined>; theme: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>; themeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; }>, { focus: () => void; blur: () => void; mergedStatus: import("vue").ComputedRef; mergedBordered: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; namespace: import("vue").ComputedRef; uncontrolledValue: import("vue").Ref; mergedValue: import("vue").ComputedRef; isMounted: Readonly>; inputInstRef: import("vue").Ref<{ wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null, { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | { wrapperElRef: HTMLElement | null; textareaElRef: HTMLTextAreaElement | null; inputElRef: HTMLInputElement | null; isCompositing: boolean; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; } | null>; panelInstRef: import("vue").Ref<{ $el: HTMLElement; hourScrollRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | undefined; minuteScrollRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | undefined; secondScrollRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | undefined; amPmScrollRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | undefined; } | null, import("./time-picker/src/interface").PanelRef | { $el: HTMLElement; hourScrollRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | undefined; minuteScrollRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | undefined; secondScrollRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | undefined; amPmScrollRef?: { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | undefined; } | null>; adjustedTo: import("vue").ComputedRef; mergedShow: import("vue").ComputedRef; localizedClear: import("vue").ComputedRef; localizedNow: import("vue").ComputedRef; localizedPlaceholder: import("vue").ComputedRef; localizedNegativeText: import("vue").ComputedRef; localizedPositiveText: import("vue").ComputedRef; hourInFormat: import("vue").ComputedRef; minuteInFormat: import("vue").ComputedRef; secondInFormat: import("vue").ComputedRef; mergedAttrSize: import("vue").ComputedRef; displayTimeString: import("vue").Ref; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">; mergedDisabled: import("vue").ComputedRef; isValueInvalid: import("vue").ComputedRef; isHourInvalid: import("vue").ComputedRef; isMinuteInvalid: import("vue").ComputedRef; isSecondInvalid: import("vue").ComputedRef; transitionDisabled: import("vue").Ref; hourValue: import("vue").ComputedRef; minuteValue: import("vue").ComputedRef; secondValue: import("vue").ComputedRef; amPmValue: import("vue").ComputedRef<"am" | "pm" | null>; handleInputKeydown: (e: KeyboardEvent) => void; handleTimeInputFocus: (e: FocusEvent) => void; handleTimeInputBlur: (e: FocusEvent) => void; handleNowClick: () => void; handleConfirmClick: () => void; handleTimeInputUpdateValue: (v: string) => void; handleMenuFocusOut: (e: FocusEvent) => void; handleCancelClick: () => void; handleClickOutside: (e: MouseEvent) => void; handleTimeInputActivate: () => void; handleTimeInputDeactivate: () => void; handleHourClick: (hour: import("./time-picker/src/interface").ItemValue) => void; handleMinuteClick: (minute: import("./time-picker/src/interface").ItemValue) => void; handleSecondClick: (second: import("./time-picker/src/interface").ItemValue) => void; handleAmPmClick: (amPm: import("./time-picker/src/interface").ItemValue) => void; handleTimeInputClear: (e: MouseEvent) => void; handleFocusDetectorFocus: () => void; handleMenuKeydown: (e: KeyboardEvent) => void; handleTriggerClick: (e: MouseEvent) => void; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { itemFontSize: string; itemFontWeight: string; itemHeight: string; itemWidth: string; panelActionPadding: string; panelColor: string; panelBoxShadow: string; panelDividerColor: string; itemTextColor: string; itemTextColorActive: string; itemColorHover: string; itemOpacityDisabled: string; itemBorderRadius: string; borderRadius: string; iconColor: string; iconColorDisabled: string; }; peers: { 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }; peerOverrides: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; triggerCssVars: import("vue").ComputedRef<{ '--u-icon-color-override': string; '--u-icon-color-disabled-override': string; '--u-bezier': string; }> | undefined; triggerThemeClass: import("vue").Ref | undefined; triggerOnRender: (() => void) | undefined; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-border-radius': string; '--u-item-color-hover': string; '--u-item-font-size': string; '--u-item-font-weight': string; '--u-item-height': string; '--u-item-opacity-disabled': string; '--u-item-text-color': string; '--u-item-text-color-active': string; '--u-item-width': string; '--u-panel-action-padding': string; '--u-panel-box-shadow': string; '--u-panel-color': string; '--u-panel-divider-color': string; '--u-item-border-radius': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; clearSelectedValue: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; bordered: { type: import("vue").PropType; default: undefined; }; actions: import("vue").PropType | null>; defaultValue: { type: import("vue").PropType; default: null; }; defaultFormattedValue: StringConstructor; placeholder: StringConstructor; placement: { type: import("vue").PropType; default: string; }; value: import("vue").PropType; format: { type: StringConstructor; default: string; }; valueFormat: StringConstructor; formattedValue: import("vue").PropType; isHourDisabled: import("vue").PropType; size: import("vue").PropType; isMinuteDisabled: import("vue").PropType; isSecondDisabled: import("vue").PropType; inputReadonly: BooleanConstructor; clearable: BooleanConstructor; status: import("vue").PropType; 'onUpdate:value': import("vue").PropType>; onUpdateValue: import("vue").PropType>; 'onUpdate:show': import("vue").PropType void>>; onUpdateShow: import("vue").PropType void>>; onUpdateFormattedValue: import("vue").PropType>; 'onUpdate:formattedValue': import("vue").PropType>; onBlur: import("vue").PropType void>>; onConfirm: import("vue").PropType void>>; onClear: import("vue").PropType<() => void>; onFocus: import("vue").PropType void>>; timeZone: StringConstructor; showIcon: { type: BooleanConstructor; default: boolean; }; disabled: { type: import("vue").PropType; default: undefined; }; show: { type: import("vue").PropType; default: undefined; }; hours: { type: import("vue").PropType>; validator: (value: import("./_utils").MaybeArray) => boolean; }; minutes: { type: import("vue").PropType>; validator: (value: import("./_utils").MaybeArray) => boolean; }; seconds: { type: import("vue").PropType>; validator: (value: import("./_utils").MaybeArray) => boolean; }; use12Hours: BooleanConstructor; stateful: { type: BooleanConstructor; default: boolean; }; onChange: import("vue").PropType | undefined>; theme: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>; themeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: string; }, any>; }>>>; }>> & Readonly<{}>, { bordered: boolean | undefined; disabled: boolean | undefined; to: string | boolean | HTMLElement; showIcon: boolean; clearable: boolean; defaultValue: number | null; placement: import("vueuc").FollowerPlacement; show: boolean | undefined; format: string; inputReadonly: boolean; use12Hours: boolean; stateful: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './timeline'; export { timelineItemProps, timelineProps } from './timeline'; export declare const UTimeline: import("vue").DefineComponent; readonly default: "left"; }; readonly size: { readonly type: import("vue").PropType<"medium" | "large">; readonly default: "medium"; }; readonly iconSize: NumberConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "left"; }; readonly size: { readonly type: import("vue").PropType<"medium" | "large">; readonly default: "medium"; }; readonly iconSize: NumberConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly horizontal: boolean; readonly size: "medium" | "large"; readonly itemPlacement: "left" | "right"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UTimelineItem: import("vue").DefineComponent; title: StringConstructor; content: StringConstructor; color: StringConstructor; lineType: { type: import("vue").PropType<"default" | "dashed">; default: string; }; type: { type: import("vue").PropType<"default" | "success" | "error" | "warning" | "info">; default: string; }; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-circle-border': string; '--u-icon-color': string; '--u-content-font-size': string; '--u-content-text-color': string; '--u-line-color': string; '--u-meta-text-color': string; '--u-title-font-size': string; '--u-title-font-weight': string; '--u-title-margin': string; '--u-title-text-color': string; '--u-icon-size': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; title: StringConstructor; content: StringConstructor; color: StringConstructor; lineType: { type: import("vue").PropType<"default" | "dashed">; default: string; }; type: { type: import("vue").PropType<"default" | "success" | "error" | "warning" | "info">; default: string; }; }>> & Readonly<{}>, { type: "default" | "error" | "warning" | "success" | "info"; lineType: "default" | "dashed"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './toggle-button'; export { toggleButtonProps } from './toggle-button'; export declare const UToggleButton: import("vue").DefineComponent; default: string; }; value: { type: import("vue").PropType; default: string; }; viewType: { type: import("vue").PropType<"default" | "primary">; default: string; }; iconPosition: { type: import("vue").PropType<"top" | "bottom">; default: string; }; size: import("vue").PropType<"small" | "medium" | "large">; checked: { type: import("vue").PropType; default: undefined; }; defaultChecked: { type: import("vue").PropType; default: boolean; }; disabled: { type: import("vue").PropType; default: undefined; }; checkedValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: boolean; }; uncheckedValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: boolean; }; 'onUpdate:checked': import("vue").PropType>; onUpdateChecked: import("vue").PropType>; onChange: import("vue").PropType>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { radioName: import("vue").Ref; radioHandleFocus: () => void; radioHandleBlur: () => void; radioHandleChange: import("./_internal/radio").OnChangeImpl; } & { checkboxHandleFocus: () => void; checkboxHandleBlur: () => void; checkboxHandleKeyUp: (e: KeyboardEvent) => void; checkboxHandleKeyDown: (e: KeyboardEvent) => void; checkboxHandleClick: (e: MouseEvent) => void; } & { cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-padding': string; '--u-border-radius': string; '--u-background-color': string; '--u-background-color-focus': string; '--u-background-color-hover': string; '--u-background-color-checked': string; '--u-color': string; '--u-color-focus': string; '--u-color-hover': string; '--u-color-checked': string; '--u-title-font-size': string; '--u-title-font-weight': string; '--u-title-line-height': string; '--u-title-margin-bottom': string; '--u-description-font-size': string; '--u-description-font-weight': string; '--u-description-line-height': string; '--u-description-margin-bottom': string; '--u-footer-font-size': string; '--u-footer-font-weight': string; '--u-footer-line-height': string; '--u-icon-size': string; '--u-icon-margin': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; mergedChecked: import("vue").ComputedRef; mergedDisabled: import("vue").ComputedRef; mergedClsPrefix: import("vue").Ref; isCheckbox: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; value: { type: import("vue").PropType; default: string; }; viewType: { type: import("vue").PropType<"default" | "primary">; default: string; }; iconPosition: { type: import("vue").PropType<"top" | "bottom">; default: string; }; size: import("vue").PropType<"small" | "medium" | "large">; checked: { type: import("vue").PropType; default: undefined; }; defaultChecked: { type: import("vue").PropType; default: boolean; }; disabled: { type: import("vue").PropType; default: undefined; }; checkedValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: boolean; }; uncheckedValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: boolean; }; 'onUpdate:checked': import("vue").PropType>; onUpdateChecked: import("vue").PropType>; onChange: import("vue").PropType>; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { value: string | number | boolean; disabled: boolean | undefined; type: "checkbox" | "radio"; checkedValue: string | number | boolean; uncheckedValue: string | number | boolean; checked: string | number | boolean | undefined; defaultChecked: string | number | boolean; viewType: "default" | "primary"; iconPosition: "top" | "bottom"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './tooltip'; export { tooltipProps } from './tooltip'; export declare const UTooltip: import("vue").DefineComponent; default: string; }; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; show: { type: import("vue").PropType; default: undefined; }; defaultShow: BooleanConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; trigger: { type: import("vue").PropType; default: string; }; delay: { type: NumberConstructor; default: number; }; duration: { type: NumberConstructor; default: number; }; raw: BooleanConstructor; placement: { type: import("vue").PropType; default: string; }; x: NumberConstructor; y: NumberConstructor; arrowPointToCenter: BooleanConstructor; disabled: BooleanConstructor; getDisabled: import("vue").PropType<() => boolean>; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; arrowClass: StringConstructor; arrowStyle: import("vue").PropType; arrowWrapperClass: StringConstructor; arrowWrapperStyle: import("vue").PropType; flip: { type: BooleanConstructor; default: boolean; }; animated: { type: BooleanConstructor; default: boolean; }; width: { type: import("vue").PropType; default: undefined; }; overlap: BooleanConstructor; keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; zIndex: NumberConstructor; to: { type: import("vue").PropType; default: undefined; }; scrollable: BooleanConstructor; contentClass: StringConstructor; contentStyle: import("vue").PropType; headerClass: StringConstructor; headerStyle: import("vue").PropType; footerClass: StringConstructor; footerStyle: import("vue").PropType; onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; 'onUpdate:show': import("vue").PropType void>>; onUpdateShow: import("vue").PropType void>>; internalDeactivateImmediately: BooleanConstructor; internalSyncTargetWithParent: BooleanConstructor; internalInheritedEventHandlers: { type: import("vue").PropType; default: () => never[]; }; internalTrapFocus: BooleanConstructor; internalExtraClass: { type: import("vue").PropType; default: () => never[]; }; onShow: import("vue").PropType void> | undefined>; onHide: import("vue").PropType void> | undefined>; arrow: { type: import("vue").PropType; default: undefined; }; minWidth: NumberConstructor; maxWidth: NumberConstructor; }>, { popoverRef: import("vue").Ref<{ syncPosition: () => void; setShow: (value: boolean) => void; } | null, import("./popover").PopoverInst | { syncPosition: () => void; setShow: (value: boolean) => void; } | null>; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: string; }; peers: { 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>; }; peerOverrides: { Popover?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; popoverThemeOverrides: import("vue").ComputedRef<{ padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: string; }>; cssVarsRef: import("vue").ComputedRef<{ '--u-tooltip-icon-size': string; '--u-tooltip-heading-size': string; '--u-tooltip-heading-weight': string; '--u-tooltip-heading-line-height': string; '--u-tooltip-subtitle-margin': string; '--u-tooltip-subtitle-size': string; '--u-tooltip-subtitle-weight': string; '--u-tooltip-subtitle-line-height': string; '--u-tooltip-text-padding': string; '--u-space': string; }>; renderContentNode: () => import("vue").VNode; syncPosition: () => void; setShow: (value: boolean) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; theme: import("vue").PropType; }>>; themeOverrides: import("vue").PropType; }>>>; builtinThemeOverrides: import("vue").PropType; }>>>; show: { type: import("vue").PropType; default: undefined; }; defaultShow: BooleanConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; trigger: { type: import("vue").PropType; default: string; }; delay: { type: NumberConstructor; default: number; }; duration: { type: NumberConstructor; default: number; }; raw: BooleanConstructor; placement: { type: import("vue").PropType; default: string; }; x: NumberConstructor; y: NumberConstructor; arrowPointToCenter: BooleanConstructor; disabled: BooleanConstructor; getDisabled: import("vue").PropType<() => boolean>; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; arrowClass: StringConstructor; arrowStyle: import("vue").PropType; arrowWrapperClass: StringConstructor; arrowWrapperStyle: import("vue").PropType; flip: { type: BooleanConstructor; default: boolean; }; animated: { type: BooleanConstructor; default: boolean; }; width: { type: import("vue").PropType; default: undefined; }; overlap: BooleanConstructor; keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; zIndex: NumberConstructor; to: { type: import("vue").PropType; default: undefined; }; scrollable: BooleanConstructor; contentClass: StringConstructor; contentStyle: import("vue").PropType; headerClass: StringConstructor; headerStyle: import("vue").PropType; footerClass: StringConstructor; footerStyle: import("vue").PropType; onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; 'onUpdate:show': import("vue").PropType void>>; onUpdateShow: import("vue").PropType void>>; internalDeactivateImmediately: BooleanConstructor; internalSyncTargetWithParent: BooleanConstructor; internalInheritedEventHandlers: { type: import("vue").PropType; default: () => never[]; }; internalTrapFocus: BooleanConstructor; internalExtraClass: { type: import("vue").PropType; default: () => never[]; }; onShow: import("vue").PropType void> | undefined>; onHide: import("vue").PropType void> | undefined>; arrow: { type: import("vue").PropType; default: undefined; }; minWidth: NumberConstructor; maxWidth: NumberConstructor; }>> & Readonly<{}>, { disabled: boolean; to: string | boolean | HTMLElement; width: string | number; raw: boolean; duration: number; scrollable: boolean; trigger: import("./popover").PopoverTrigger; placement: import("vueuc").FollowerPlacement; show: boolean | undefined; showArrow: boolean; arrow: boolean | undefined; displayDirective: "show" | "if"; defaultShow: boolean; delay: number; arrowPointToCenter: boolean; flip: boolean; animated: boolean; overlap: boolean; keepAliveOnHover: boolean; internalDeactivateImmediately: boolean; internalSyncTargetWithParent: boolean; internalInheritedEventHandlers: import("./popover/src/Popover").TriggerEventHandlers[]; internalTrapFocus: boolean; internalExtraClass: string[]; variant: import("./tooltip").TooltipVariant; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './transfer'; export { transferProps } from './transfer'; export declare const UTransfer: import("vue").DefineComponent; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly virtualScroll: BooleanConstructor; readonly sourceTitle: StringConstructor; readonly selectAllText: StringConstructor; readonly clearText: StringConstructor; readonly targetTitle: StringConstructor; readonly filterable: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly sourceFilterable: BooleanConstructor; readonly targetFilterable: BooleanConstructor; readonly showSelected: { readonly type: BooleanConstructor; readonly default: true; }; readonly sourceFilterPlaceholder: StringConstructor; readonly targetFilterPlaceholder: StringConstructor; readonly filter: { readonly type: import("vue").PropType; readonly default: (pattern: string, option: import(".").TransferOption) => number | true; }; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly renderSourceLabel: import("vue").PropType; readonly renderTargetLabel: import("vue").PropType; readonly renderSourceList: import("vue").PropType; readonly renderTargetList: import("vue").PropType; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onChange: import("vue").PropType>; readonly theme: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; }>, { mergedClsPrefix: import("vue").Ref; mergedDisabled: import("vue").ComputedRef; itemSize: import("vue").ComputedRef; isMounted: Readonly>; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { extraFontSizeSmall: string; extraFontSizeMedium: string; extraFontSizeLarge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; closeSize: string; closeIconSize: string; headerHeightSmall: string; headerHeightMedium: string; headerHeightLarge: string; itemHeightSmall: string; itemHeightMedium: string; itemHeightLarge: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; borderRadius: string; dividerColor: string; borderColor: string; listColor: string; headerColor: string; titleTextColor: string; titleTextColorDisabled: string; extraTextColor: string; extraTextColorDisabled: string; itemTextColor: string; itemTextColorDisabled: string; itemColorPending: string; titleFontWeight: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; }; peers: { Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }; peerOverrides: { Checkbox?: { peers?: { [x: string]: any; } | undefined; } | undefined; Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Input?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; filteredSrcOpts: import("vue").ComputedRef; filteredTgtOpts: import("vue").ComputedRef; srcPattern: import("vue").Ref; tgtPattern: import("vue").Ref; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">; mergedSrcFilterable: import("vue").ComputedRef; handleSrcFilterUpdateValue: (value: string | null) => void; handleTgtFilterUpdateValue: (value: string | null) => void; handleSourceCheckAll: () => void; handleSourceUncheckAll: () => void; handleTargetClearAll: () => void; handleItemCheck: (checked: boolean, optionValue: import("./transfer/src/interface").OptionValue) => void; handleChecked: (optionValueList: import("./transfer/src/interface").OptionValue[]) => void; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-border-color': string; '--u-border-radius': string; '--u-extra-font-size': string; '--u-font-size': string; '--u-header-font-size': string; '--u-header-extra-text-color': string; '--u-header-extra-text-color-disabled': string; '--u-header-font-weight': string; '--u-header-text-color': string; '--u-header-text-color-disabled': string; '--u-item-color-pending': string; '--u-item-height': string; '--u-item-text-color': string; '--u-item-text-color-disabled': string; '--u-list-color': string; '--u-header-height': string; '--u-close-size': string; '--u-close-icon-size': string; '--u-close-color-hover': string; '--u-close-color-pressed': string; '--u-close-icon-color': string; '--u-close-icon-color-hover': string; '--u-close-icon-color-pressed': string; '--u-divider-color': string; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly defaultValue: { readonly type: import("vue").PropType; readonly default: null; }; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly virtualScroll: BooleanConstructor; readonly sourceTitle: StringConstructor; readonly selectAllText: StringConstructor; readonly clearText: StringConstructor; readonly targetTitle: StringConstructor; readonly filterable: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly sourceFilterable: BooleanConstructor; readonly targetFilterable: BooleanConstructor; readonly showSelected: { readonly type: BooleanConstructor; readonly default: true; }; readonly sourceFilterPlaceholder: StringConstructor; readonly targetFilterPlaceholder: StringConstructor; readonly filter: { readonly type: import("vue").PropType; readonly default: (pattern: string, option: import(".").TransferOption) => number | true; }; readonly size: import("vue").PropType<"small" | "medium" | "large">; readonly renderSourceLabel: import("vue").PropType; readonly renderTargetLabel: import("vue").PropType; readonly renderSourceList: import("vue").PropType; readonly renderTargetList: import("vue").PropType; readonly 'onUpdate:value': import("vue").PropType>; readonly onUpdateValue: import("vue").PropType>; readonly onChange: import("vue").PropType>; readonly theme: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; Input: import("./_mixins").Theme<"Input", { paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; clearSize: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorSuccess: string; borderSuccess: string; borderHoverSuccess: string; colorFocusSuccess: string; borderFocusSuccess: string; boxShadowFocusSuccess: string; caretColorSuccess: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; selectionColor: 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>; Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>>>; }>> & Readonly<{}>, { readonly disabled: boolean | undefined; readonly filter: import("./transfer/src/interface").Filter; readonly options: import(".").TransferOption[]; readonly defaultValue: import("./transfer/src/interface").OptionValue[] | null; readonly filterable: boolean; readonly virtualScroll: boolean; readonly sourceFilterable: boolean; readonly targetFilterable: boolean; readonly showSelected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './tree'; export { treeGetClickTarget, treeProps } from './tree'; export declare const UTree: import("vue").DefineComponent import("vue").VNodeChild>; readonly internalHighlightKeySet: import("vue").PropType | null>; readonly internalUnifySelectCheck: BooleanConstructor; readonly internalCheckboxFocusable: { readonly type: BooleanConstructor; readonly default: true; }; readonly internalFocusable: { readonly type: BooleanConstructor; readonly default: true; }; readonly checkStrategy: { readonly type: import("vue").PropType; readonly default: "all"; }; readonly spinProps: import("vue").PropType; readonly leafOnly: BooleanConstructor; readonly allowCheckingNotLoaded: BooleanConstructor; readonly filter: import("vue").PropType<(pattern: string, node: import(".").TreeOption) => boolean>; readonly defaultExpandAll: BooleanConstructor; readonly expandedKeys: import("vue").PropType; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly disabledField: { readonly type: StringConstructor; readonly default: "disabled"; }; readonly defaultExpandedKeys: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly indeterminateKeys: import("vue").PropType; readonly renderSwitcherIcon: import("vue").PropType; readonly onUpdateIndeterminateKeys: import("vue").PropType>; readonly 'onUpdate:indeterminateKeys': import("vue").PropType>; readonly onUpdateExpandedKeys: import("vue").PropType>; readonly 'onUpdate:expandedKeys': import("vue").PropType>; readonly overrideDefaultNodeClickBehavior: import("vue").PropType; readonly accordion: BooleanConstructor; readonly showIrrelevantNodes: { readonly type: BooleanConstructor; readonly default: true; }; readonly data: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly expandOnDragenter: { readonly type: BooleanConstructor; readonly default: true; }; readonly expandOnClick: BooleanConstructor; readonly checkOnClick: { readonly type: import("vue").PropType; readonly default: false; }; readonly cancelable: { readonly type: BooleanConstructor; readonly default: true; }; readonly checkable: BooleanConstructor; readonly draggable: BooleanConstructor; readonly blockNode: BooleanConstructor; readonly blockLine: BooleanConstructor; readonly showLine: BooleanConstructor; readonly disabled: BooleanConstructor; readonly checkedKeys: import("vue").PropType; readonly defaultCheckedKeys: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly selectedKeys: import("vue").PropType; readonly defaultSelectedKeys: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly multiple: BooleanConstructor; readonly pattern: { readonly type: StringConstructor; readonly default: ""; }; readonly onLoad: import("vue").PropType; readonly cascade: BooleanConstructor; readonly selectable: { readonly type: BooleanConstructor; readonly default: true; }; readonly scrollbarProps: import("vue").PropType; readonly indent: { readonly type: NumberConstructor; readonly default: 36; }; readonly allowDrop: { readonly type: import("vue").PropType; readonly default: typeof import("./tree/src/dnd").defaultAllowDrop; }; readonly animated: { readonly type: BooleanConstructor; readonly default: true; }; readonly ellipsis: BooleanConstructor; readonly checkboxPlacement: { readonly type: import("vue").PropType<"left" | "right">; readonly default: "left"; }; readonly virtualScroll: BooleanConstructor; readonly watchProps: import("vue").PropType>; readonly renderLabel: import("vue").PropType; readonly renderPrefix: import("vue").PropType; readonly renderSuffix: import("vue").PropType; readonly nodeProps: import("vue").PropType; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly getChildren: import("vue").PropType; readonly onDragenter: import("vue").PropType void>>; readonly onDragleave: import("vue").PropType void>>; readonly onDragend: import("vue").PropType void>>; readonly onDragstart: import("vue").PropType void>>; readonly onDragover: import("vue").PropType void>>; readonly onDrop: import("vue").PropType void>>; readonly onUpdateCheckedKeys: import("vue").PropType>; readonly 'onUpdate:checkedKeys': import("vue").PropType>; readonly onUpdateSelectedKeys: import("vue").PropType>; readonly 'onUpdate:selectedKeys': import("vue").PropType>; readonly onScroll: import("vue").PropType void>>; readonly theme: import("vue").PropType; 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: import("vue").PropType; 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: import("vue").PropType; 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>; }>>>; }>, { mergedClsPrefix: import("vue").Ref; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { fontSize: string; lineHeight: string; nodeHeight: string; nodeWrapperPadding: string; nodeBorderRadius: string; nodeColorHover: string; nodeColorPressed: string; nodeColorActive: string; arrowColor: string; switcherColor: string; switcherSize: string; nodeTextColor: string; nodeTextColorDisabled: string; loadingColor: string; dropMarkColor: string; }; peers: { Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; 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: { Checkbox?: { peers?: { [x: string]: any; } | undefined; } | undefined; Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; rtlEnabled: import("vue").Ref | undefined; fNodes: import("vue").ComputedRef<({ key: import("treemate").Key; rawNode: { [x: string]: unknown; key?: import("./tree/src/interface").Key | undefined; label?: string | undefined; checkboxDisabled?: boolean | undefined; disabled?: boolean | undefined; isLeaf?: boolean | undefined; children?: /*elided*/ any[] | undefined; prefix?: (() => import("vue").VNodeChild) | undefined; suffix?: (() => import("vue").VNodeChild) | undefined; }; level: number; index: number; isFirstChild: boolean; isLastChild: boolean; parent: { key: import("treemate").Key; rawNode: { [x: string]: unknown; key?: import("./tree/src/interface").Key | undefined; label?: string | undefined; checkboxDisabled?: boolean | undefined; disabled?: boolean | undefined; isLeaf?: boolean | undefined; children?: /*elided*/ any[] | undefined; prefix?: (() => import("vue").VNodeChild) | undefined; suffix?: (() => import("vue").VNodeChild) | undefined; }; level: number; index: number; isFirstChild: boolean; isLastChild: boolean; parent: /*elided*/ any | null; isLeaf: boolean; isGroup: boolean; ignored: boolean; shallowLoaded: boolean; disabled: boolean; siblings: /*elided*/ any[]; children?: /*elided*/ any[] | undefined; getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getParent: () => import("treemate").TreeNode | null; getChild: () => import("treemate").TreeNode | null; contains: (treeNode: import("treemate").TreeNode | null | undefined) => boolean; } | null; isLeaf: boolean; isGroup: boolean; ignored: boolean; shallowLoaded: boolean; disabled: boolean; siblings: { key: import("treemate").Key; rawNode: { [x: string]: unknown; key?: import("./tree/src/interface").Key | undefined; label?: string | undefined; checkboxDisabled?: boolean | undefined; disabled?: boolean | undefined; isLeaf?: boolean | undefined; children?: /*elided*/ any[] | undefined; prefix?: (() => import("vue").VNodeChild) | undefined; suffix?: (() => import("vue").VNodeChild) | undefined; }; level: number; index: number; isFirstChild: boolean; isLastChild: boolean; parent: /*elided*/ any | null; isLeaf: boolean; isGroup: boolean; ignored: boolean; shallowLoaded: boolean; disabled: boolean; siblings: /*elided*/ any[]; children?: /*elided*/ any[] | undefined; getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getParent: () => import("treemate").TreeNode | null; getChild: () => import("treemate").TreeNode | null; contains: (treeNode: import("treemate").TreeNode | null | undefined) => boolean; }[]; children?: { key: import("treemate").Key; rawNode: { [x: string]: unknown; key?: import("./tree/src/interface").Key | undefined; label?: string | undefined; checkboxDisabled?: boolean | undefined; disabled?: boolean | undefined; isLeaf?: boolean | undefined; children?: /*elided*/ any[] | undefined; prefix?: (() => import("vue").VNodeChild) | undefined; suffix?: (() => import("vue").VNodeChild) | undefined; }; level: number; index: number; isFirstChild: boolean; isLastChild: boolean; parent: /*elided*/ any | null; isLeaf: boolean; isGroup: boolean; ignored: boolean; shallowLoaded: boolean; disabled: boolean; siblings: /*elided*/ any[]; children?: /*elided*/ any[] | undefined; getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getParent: () => import("treemate").TreeNode | null; getChild: () => import("treemate").TreeNode | null; contains: (treeNode: import("treemate").TreeNode | null | undefined) => boolean; }[] | undefined; getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getParent: () => import("treemate").TreeNode | null; getChild: () => import("treemate").TreeNode | null; contains: (treeNode: import("treemate").TreeNode | null | undefined) => boolean; } | { __motion: true; height: number | undefined; mode: "expand" | "collapse"; nodes: { key: import("treemate").Key; rawNode: { [x: string]: unknown; key?: import("./tree/src/interface").Key | undefined; label?: string | undefined; checkboxDisabled?: boolean | undefined; disabled?: boolean | undefined; isLeaf?: boolean | undefined; children?: /*elided*/ any[] | undefined; prefix?: (() => import("vue").VNodeChild) | undefined; suffix?: (() => import("vue").VNodeChild) | undefined; }; level: number; index: number; isFirstChild: boolean; isLastChild: boolean; parent: { key: import("treemate").Key; rawNode: { [x: string]: unknown; key?: import("./tree/src/interface").Key | undefined; label?: string | undefined; checkboxDisabled?: boolean | undefined; disabled?: boolean | undefined; isLeaf?: boolean | undefined; children?: /*elided*/ any[] | undefined; prefix?: (() => import("vue").VNodeChild) | undefined; suffix?: (() => import("vue").VNodeChild) | undefined; }; level: number; index: number; isFirstChild: boolean; isLastChild: boolean; parent: /*elided*/ any | null; isLeaf: boolean; isGroup: boolean; ignored: boolean; shallowLoaded: boolean; disabled: boolean; siblings: /*elided*/ any[]; children?: /*elided*/ any[] | undefined; getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getParent: () => import("treemate").TreeNode | null; getChild: () => import("treemate").TreeNode | null; contains: (treeNode: import("treemate").TreeNode | null | undefined) => boolean; } | null; isLeaf: boolean; isGroup: boolean; ignored: boolean; shallowLoaded: boolean; disabled: boolean; siblings: { key: import("treemate").Key; rawNode: { [x: string]: unknown; key?: import("./tree/src/interface").Key | undefined; label?: string | undefined; checkboxDisabled?: boolean | undefined; disabled?: boolean | undefined; isLeaf?: boolean | undefined; children?: /*elided*/ any[] | undefined; prefix?: (() => import("vue").VNodeChild) | undefined; suffix?: (() => import("vue").VNodeChild) | undefined; }; level: number; index: number; isFirstChild: boolean; isLastChild: boolean; parent: /*elided*/ any | null; isLeaf: boolean; isGroup: boolean; ignored: boolean; shallowLoaded: boolean; disabled: boolean; siblings: /*elided*/ any[]; children?: /*elided*/ any[] | undefined; getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getParent: () => import("treemate").TreeNode | null; getChild: () => import("treemate").TreeNode | null; contains: (treeNode: import("treemate").TreeNode | null | undefined) => boolean; }[]; children?: { key: import("treemate").Key; rawNode: { [x: string]: unknown; key?: import("./tree/src/interface").Key | undefined; label?: string | undefined; checkboxDisabled?: boolean | undefined; disabled?: boolean | undefined; isLeaf?: boolean | undefined; children?: /*elided*/ any[] | undefined; prefix?: (() => import("vue").VNodeChild) | undefined; suffix?: (() => import("vue").VNodeChild) | undefined; }; level: number; index: number; isFirstChild: boolean; isLastChild: boolean; parent: /*elided*/ any | null; isLeaf: boolean; isGroup: boolean; ignored: boolean; shallowLoaded: boolean; disabled: boolean; siblings: /*elided*/ any[]; children?: /*elided*/ any[] | undefined; getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getParent: () => import("treemate").TreeNode | null; getChild: () => import("treemate").TreeNode | null; contains: (treeNode: import("treemate").TreeNode | null | undefined) => boolean; }[] | undefined; getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions) => import("treemate").TreeNode | null; getParent: () => import("treemate").TreeNode | null; getChild: () => import("treemate").TreeNode | null; contains: (treeNode: import("treemate").TreeNode | null | undefined) => boolean; }[]; })[]>; aip: import("vue").Ref; selfElRef: import("vue").Ref; virtualListInstRef: import("vue").Ref<{ listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null, import("vueuc").VVirtualListInst | { listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null>; scrollbarInstRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, import("./_internal").ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; handleFocusout: (event: FocusEvent) => void; handleDragLeaveTree: (event: DragEvent) => void; handleScroll: (event: Event) => void; getScrollContainer: () => HTMLElement | null | undefined; getScrollContent: () => HTMLElement | null | undefined; handleAfterEnter: () => void; handleResize: () => void; cssVars: import("vue").ComputedRef<{ '--u-arrow-color': string; '--u-switcher-color': string; '--u-switcher-size': string; '--u-loading-color': string; '--u-bezier': string; '--u-font-size': string; '--u-node-border-radius': string; '--u-node-color-active': string; '--u-node-color-hover': string; '--u-node-color-pressed': string; '--u-node-text-color': string; '--u-node-text-color-disabled': string; '--u-drop-mark-color': string; '--u-node-wrapper-padding': string; '--u-line-offset-top': string; '--u-line-offset-bottom': string; '--u-node-content-height': string; '--u-line-height': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; handleKeydown: (e: KeyboardEvent) => { enterBehavior: import(".").TreeOverrideNodeClickBehaviorReturn | null; }; scrollTo: (options: { key: import("./tree/src/interface").Key; }) => void; getCheckedData: () => { keys: import("./tree/src/interface").Key[]; options: Array; }; getIndeterminateData: () => { keys: import("./tree/src/interface").Key[]; options: Array; }; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly import("vue").VNodeChild>; readonly internalHighlightKeySet: import("vue").PropType | null>; readonly internalUnifySelectCheck: BooleanConstructor; readonly internalCheckboxFocusable: { readonly type: BooleanConstructor; readonly default: true; }; readonly internalFocusable: { readonly type: BooleanConstructor; readonly default: true; }; readonly checkStrategy: { readonly type: import("vue").PropType; readonly default: "all"; }; readonly spinProps: import("vue").PropType; readonly leafOnly: BooleanConstructor; readonly allowCheckingNotLoaded: BooleanConstructor; readonly filter: import("vue").PropType<(pattern: string, node: import(".").TreeOption) => boolean>; readonly defaultExpandAll: BooleanConstructor; readonly expandedKeys: import("vue").PropType; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly disabledField: { readonly type: StringConstructor; readonly default: "disabled"; }; readonly defaultExpandedKeys: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly indeterminateKeys: import("vue").PropType; readonly renderSwitcherIcon: import("vue").PropType; readonly onUpdateIndeterminateKeys: import("vue").PropType>; readonly 'onUpdate:indeterminateKeys': import("vue").PropType>; readonly onUpdateExpandedKeys: import("vue").PropType>; readonly 'onUpdate:expandedKeys': import("vue").PropType>; readonly overrideDefaultNodeClickBehavior: import("vue").PropType; readonly accordion: BooleanConstructor; readonly showIrrelevantNodes: { readonly type: BooleanConstructor; readonly default: true; }; readonly data: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly expandOnDragenter: { readonly type: BooleanConstructor; readonly default: true; }; readonly expandOnClick: BooleanConstructor; readonly checkOnClick: { readonly type: import("vue").PropType; readonly default: false; }; readonly cancelable: { readonly type: BooleanConstructor; readonly default: true; }; readonly checkable: BooleanConstructor; readonly draggable: BooleanConstructor; readonly blockNode: BooleanConstructor; readonly blockLine: BooleanConstructor; readonly showLine: BooleanConstructor; readonly disabled: BooleanConstructor; readonly checkedKeys: import("vue").PropType; readonly defaultCheckedKeys: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly selectedKeys: import("vue").PropType; readonly defaultSelectedKeys: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly multiple: BooleanConstructor; readonly pattern: { readonly type: StringConstructor; readonly default: ""; }; readonly onLoad: import("vue").PropType; readonly cascade: BooleanConstructor; readonly selectable: { readonly type: BooleanConstructor; readonly default: true; }; readonly scrollbarProps: import("vue").PropType; readonly indent: { readonly type: NumberConstructor; readonly default: 36; }; readonly allowDrop: { readonly type: import("vue").PropType; readonly default: typeof import("./tree/src/dnd").defaultAllowDrop; }; readonly animated: { readonly type: BooleanConstructor; readonly default: true; }; readonly ellipsis: BooleanConstructor; readonly checkboxPlacement: { readonly type: import("vue").PropType<"left" | "right">; readonly default: "left"; }; readonly virtualScroll: BooleanConstructor; readonly watchProps: import("vue").PropType>; readonly renderLabel: import("vue").PropType; readonly renderPrefix: import("vue").PropType; readonly renderSuffix: import("vue").PropType; readonly nodeProps: import("vue").PropType; readonly keyboard: { readonly type: BooleanConstructor; readonly default: true; }; readonly getChildren: import("vue").PropType; readonly onDragenter: import("vue").PropType void>>; readonly onDragleave: import("vue").PropType void>>; readonly onDragend: import("vue").PropType void>>; readonly onDragstart: import("vue").PropType void>>; readonly onDragover: import("vue").PropType void>>; readonly onDrop: import("vue").PropType void>>; readonly onUpdateCheckedKeys: import("vue").PropType>; readonly 'onUpdate:checkedKeys': import("vue").PropType>; readonly onUpdateSelectedKeys: import("vue").PropType>; readonly 'onUpdate:selectedKeys': import("vue").PropType>; readonly onScroll: import("vue").PropType void>>; readonly theme: import("vue").PropType; 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: import("vue").PropType; 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: import("vue").PropType; 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 disabled: boolean; readonly data: import("./tree/src/interface").TreeOptions; readonly pattern: string; readonly internalScrollable: boolean; readonly keyboard: boolean; readonly draggable: boolean; readonly allowDrop: import("./tree/src/interface").AllowDrop; readonly allowCheckingNotLoaded: boolean; readonly multiple: boolean; readonly disabledField: string; readonly cascade: boolean; readonly leafOnly: boolean; readonly virtualScroll: boolean; readonly checkStrategy: import("treemate").CheckStrategy; readonly labelField: string; readonly childrenField: string; readonly accordion: boolean; readonly animated: boolean; readonly defaultExpandAll: boolean; readonly indent: number; readonly keyField: string; readonly defaultExpandedKeys: import("./tree/src/interface").Key[]; readonly cancelable: boolean; readonly checkable: boolean; readonly defaultCheckedKeys: import("./tree/src/interface").Key[]; readonly defaultSelectedKeys: import("./tree/src/interface").Key[]; readonly internalTreeSelect: boolean; readonly internalUnifySelectCheck: boolean; readonly internalCheckboxFocusable: boolean; readonly internalFocusable: boolean; readonly showIrrelevantNodes: boolean; readonly expandOnDragenter: boolean; readonly expandOnClick: boolean; readonly checkOnClick: boolean | import("./tree/src/interface").CheckOnClick; readonly blockNode: boolean; readonly blockLine: boolean; readonly showLine: boolean; readonly selectable: boolean; readonly ellipsis: boolean; readonly checkboxPlacement: "left" | "right"; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './tree-select'; export { treeSelectProps } from './tree-select'; export declare const UTreeSelect: import("vue").DefineComponent; readonly renderPrefix: import("vue").PropType; readonly renderSuffix: import("vue").PropType; readonly nodeProps: import("vue").PropType; readonly onBlur: import("vue").PropType<(event: FocusEvent) => void>; readonly onFocus: import("vue").PropType<(event: FocusEvent) => void>; readonly onScroll: import("vue").PropType void>>; readonly onScrollOptionEnd: import("vue").PropType>; readonly onSearch: import("vue").PropType void>>; readonly onLoad: import("vue").PropType<(node: import(".").TreeSelectOption) => Promise>; readonly onUpdateShow: import("vue").PropType void>>; readonly onUpdateValue: import("vue").PropType>; readonly 'onUpdate:value': import("vue").PropType>; readonly 'onUpdate:show': import("vue").PropType void>>; readonly leafOnly: BooleanConstructor; readonly allowCheckingNotLoaded: BooleanConstructor; readonly filter: import("vue").PropType<(pattern: string, node: import(".").TreeOption) => boolean>; readonly defaultExpandAll: BooleanConstructor; readonly expandedKeys: import("vue").PropType; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly disabledField: { readonly type: StringConstructor; readonly default: "disabled"; }; readonly defaultExpandedKeys: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly indeterminateKeys: import("vue").PropType; readonly renderSwitcherIcon: import("vue").PropType; readonly onUpdateIndeterminateKeys: import("vue").PropType>; readonly 'onUpdate:indeterminateKeys': import("vue").PropType>; readonly onUpdateExpandedKeys: import("vue").PropType>; readonly 'onUpdate:expandedKeys': import("vue").PropType>; readonly overrideDefaultNodeClickBehavior: import("vue").PropType; readonly bordered: { readonly type: BooleanConstructor; readonly default: true; }; readonly cascade: BooleanConstructor; readonly checkable: BooleanConstructor; readonly clearable: BooleanConstructor; readonly clearFilterAfterSelect: { readonly type: BooleanConstructor; readonly default: true; }; readonly consistentMenuWidth: { readonly type: BooleanConstructor; readonly default: true; }; readonly defaultShow: BooleanConstructor; readonly defaultValue: { readonly type: import("vue").PropType | null>; readonly default: null; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly filterable: BooleanConstructor; readonly checkStrategy: { readonly type: import("vue").PropType; readonly default: "all"; }; readonly loading: BooleanConstructor; readonly maxTagCount: import("vue").PropType; readonly multiple: BooleanConstructor; readonly remote: BooleanConstructor; readonly showPath: BooleanConstructor; readonly separator: { readonly type: StringConstructor; readonly default: " / "; }; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly placeholder: StringConstructor; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly size: import("vue").PropType; readonly value: import("vue").PropType | null>; readonly to: { type: import("vue").PropType; default: undefined; }; readonly menuProps: import("vue").PropType; readonly virtualScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly status: import("vue").PropType; readonly renderTag: import("vue").PropType; readonly theme: import("vue").PropType; 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>; }>; 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>; 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>; }>; }>>; readonly themeOverrides: import("vue").PropType; 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>; }>; 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>; 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>; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; }>; 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>; 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>; }>; }>>>; }>, { menuElRef: import("vue").Ref; mergedStatus: import("vue").ComputedRef; triggerInstRef: import("vue").Ref<{ isComposing: boolean; focus: () => void; focusInput: () => void; blur: () => void; blurInput: () => void; $el: HTMLElement; } | null, import("./_internal").InternalSelectionInst | { isComposing: boolean; focus: () => void; focusInput: () => void; blur: () => void; blurInput: () => void; $el: HTMLElement; } | null>; followerInstRef: import("vue").Ref<{ syncPosition: () => void; } | null, import("vueuc").FollowerInst | { syncPosition: () => void; } | null>; treeInstRef: import("vue").Ref<{ handleKeydown: (e: KeyboardEvent) => { enterBehavior: import(".").TreeOverrideNodeClickBehaviorReturn | null; }; } | null, import("./tree/src/interface").InternalTreeInst | { handleKeydown: (e: KeyboardEvent) => { enterBehavior: import(".").TreeOverrideNodeClickBehaviorReturn | null; }; } | null>; mergedClsPrefix: import("vue").Ref; mergedValue: import("vue").ComputedRef; mergedShow: import("vue").ComputedRef; namespace: import("vue").ComputedRef; adjustedTo: import("vue").ComputedRef; isMounted: Readonly>; focused: import("vue").Ref; menuPadding: import("vue").ComputedRef; mergedPlaceholder: import("vue").ComputedRef; mergedExpandedKeys: import("vue").ComputedRef; treeSelectedKeys: import("vue").ComputedRef; treeCheckedKeys: import("vue").ComputedRef; mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">; mergedDisabled: import("vue").ComputedRef; selectedOption: import("vue").ComputedRef, selected: boolean) => import("vue").VNodeChild)> | null>; selectedOptions: import("vue").ComputedRef, selected: boolean) => import("vue").VNodeChild)>[] | null>; pattern: import("vue").Ref; treePattern: import("vue").ComputedRef; pendingNodeKey: import("vue").Ref; mergedCascade: import("vue").ComputedRef; mergedFilter: import("vue").ComputedRef; selectionRenderTag: import("vue").ComputedRef<(({ option, handleClose }: { option: import("./select").SelectOption; handleClose: () => void; }) => import("vue").VNodeChild) | undefined>; handleTriggerOrMenuResize: () => void; doUpdateExpandedKeys: (keys: import("./tree/src/interface").Key[], option: Array, meta: { node: import(".").TreeSelectOption; action: "expand" | "collapse"; } | { node: null; action: "filter"; }) => void; handleMenuLeave: () => void; handleTriggerClick: () => void; handleMenuClickoutside: (event: MouseEvent) => void; handleUpdateCheckedKeys: (keys: import("./tree/src/interface").Key[], _: unknown, meta: { node: import(".").TreeOption | null; action: "check" | "uncheck"; }) => void; handleUpdateIndeterminateKeys: (keys: import("./tree/src/interface").Key[]) => void; handleTriggerFocus: (event: FocusEvent) => void; handleTriggerBlur: (event: FocusEvent) => void; handleMenuFocusin: (event: FocusEvent) => void; handleMenuFocusout: (event: FocusEvent) => void; handleClear: (event: MouseEvent) => void; handleDeleteOption: (option: import("./select/src/interface").SelectBaseOption) => void; handlePatternInput: (event: InputEvent) => void; handleKeydown: (event: KeyboardEvent) => void; handleTabOut: () => void; handleMenuMousedown: (event: MouseEvent) => void; handleTreeScroll: (event: Event) => void; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { menuPadding: string; menuColor: string; menuBoxShadow: string; menuBorderRadius: string; menuHeight: string; actionDividerColor: string; actionTextColor: string; actionPadding: string; }; peers: { Tree: import("./_mixins").Theme<"Tree", { fontSize: string; lineHeight: string; nodeHeight: string; nodeWrapperPadding: string; nodeBorderRadius: string; nodeColorHover: string; nodeColorPressed: string; nodeColorActive: string; arrowColor: string; switcherColor: string; switcherSize: string; nodeTextColor: string; nodeTextColorDisabled: string; loadingColor: string; dropMarkColor: string; }, { Checkbox: import("./_mixins").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; 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>; }>; 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>; 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>; }>; }; peerOverrides: { Tree?: { peers?: { Checkbox?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; Scrollbar?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; Empty?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; Empty?: { peers?: { [x: string]: any; } | undefined; } | undefined; InternalSelection?: { peers?: { Popover?: import("./_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; }; }>; cssVars: import("vue").ComputedRef<{ '--u-menu-box-shadow': string; '--u-menu-border-radius': string; '--u-menu-color': string; '--u-menu-height': string; '--u-bezier': string; '--u-action-padding': string; '--u-action-text-color': string; '--u-action-divider-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; getCheckedData: () => { keys: Array; options: Array; }; getIndeterminateData: () => { keys: Array; options: Array; }; focus: () => void; focusInput: () => void; blur: () => void; blurInput: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly renderPrefix: import("vue").PropType; readonly renderSuffix: import("vue").PropType; readonly nodeProps: import("vue").PropType; readonly onBlur: import("vue").PropType<(event: FocusEvent) => void>; readonly onFocus: import("vue").PropType<(event: FocusEvent) => void>; readonly onScroll: import("vue").PropType void>>; readonly onScrollOptionEnd: import("vue").PropType>; readonly onSearch: import("vue").PropType void>>; readonly onLoad: import("vue").PropType<(node: import(".").TreeSelectOption) => Promise>; readonly onUpdateShow: import("vue").PropType void>>; readonly onUpdateValue: import("vue").PropType>; readonly 'onUpdate:value': import("vue").PropType>; readonly 'onUpdate:show': import("vue").PropType void>>; readonly leafOnly: BooleanConstructor; readonly allowCheckingNotLoaded: BooleanConstructor; readonly filter: import("vue").PropType<(pattern: string, node: import(".").TreeOption) => boolean>; readonly defaultExpandAll: BooleanConstructor; readonly expandedKeys: import("vue").PropType; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly labelField: { readonly type: StringConstructor; readonly default: "label"; }; readonly childrenField: { readonly type: StringConstructor; readonly default: "children"; }; readonly disabledField: { readonly type: StringConstructor; readonly default: "disabled"; }; readonly defaultExpandedKeys: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly indeterminateKeys: import("vue").PropType; readonly renderSwitcherIcon: import("vue").PropType; readonly onUpdateIndeterminateKeys: import("vue").PropType>; readonly 'onUpdate:indeterminateKeys': import("vue").PropType>; readonly onUpdateExpandedKeys: import("vue").PropType>; readonly 'onUpdate:expandedKeys': import("vue").PropType>; readonly overrideDefaultNodeClickBehavior: import("vue").PropType; readonly bordered: { readonly type: BooleanConstructor; readonly default: true; }; readonly cascade: BooleanConstructor; readonly checkable: BooleanConstructor; readonly clearable: BooleanConstructor; readonly clearFilterAfterSelect: { readonly type: BooleanConstructor; readonly default: true; }; readonly consistentMenuWidth: { readonly type: BooleanConstructor; readonly default: true; }; readonly defaultShow: BooleanConstructor; readonly defaultValue: { readonly type: import("vue").PropType | null>; readonly default: null; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly filterable: BooleanConstructor; readonly checkStrategy: { readonly type: import("vue").PropType; readonly default: "all"; }; readonly loading: BooleanConstructor; readonly maxTagCount: import("vue").PropType; readonly multiple: BooleanConstructor; readonly remote: BooleanConstructor; readonly showPath: BooleanConstructor; readonly separator: { readonly type: StringConstructor; readonly default: " / "; }; readonly options: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly placeholder: StringConstructor; readonly placement: { readonly type: import("vue").PropType; readonly default: "bottom-start"; }; readonly show: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly size: import("vue").PropType; readonly value: import("vue").PropType | null>; readonly to: { type: import("vue").PropType; default: undefined; }; readonly menuProps: import("vue").PropType; readonly virtualScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly status: import("vue").PropType; readonly renderTag: import("vue").PropType; readonly theme: import("vue").PropType; 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>; }>; 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>; 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>; }>; }>>; readonly themeOverrides: import("vue").PropType; 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>; }>; 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>; 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>; }>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; 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>; }>; 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>; 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>; }>; }>>>; }>> & Readonly<{}>, { readonly bordered: boolean; readonly disabled: boolean | undefined; readonly to: string | boolean | HTMLElement; readonly options: import(".").TreeSelectOption[]; readonly loading: boolean; readonly clearable: boolean; readonly defaultValue: string | number | (string | number)[] | null; readonly placement: import("vueuc").FollowerPlacement; readonly show: boolean | undefined; readonly separator: string; readonly allowCheckingNotLoaded: boolean; readonly multiple: boolean; readonly filterable: boolean; readonly disabledField: string; readonly clearFilterAfterSelect: boolean; readonly remote: boolean; readonly cascade: boolean; readonly leafOnly: boolean; readonly showPath: boolean; readonly virtualScroll: boolean; readonly checkStrategy: import("treemate").CheckStrategy; readonly labelField: string; readonly childrenField: string; readonly defaultShow: boolean; readonly consistentMenuWidth: boolean; readonly defaultExpandAll: boolean; readonly keyField: string; readonly defaultExpandedKeys: import("./tree/src/interface").Key[]; readonly checkable: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './typography'; export { aProps, blockquoteProps, h1Props, h2Props, h3Props, h4Props, h5Props, h6Props, NA, NP, olProps, pProps, textProps, ulProps } from './typography'; export declare const UBlockquote: import("vue").DefineComponent>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-font-size': string; '--u-line-height': string; '--u-prefix-color': string; '--u-text-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly alignText: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UH1: import("vue").DefineComponent; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-font-size': string; '--u-margin': string; '--u-bar-color': string; '--u-bar-width': string; '--u-font-weight': string; '--u-text-color': string; '--u-prefix-width': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "default" | "error" | "warning" | "success" | "info"; readonly alignText: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UH2: import("vue").DefineComponent; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-font-size': string; '--u-margin': string; '--u-bar-color': string; '--u-bar-width': string; '--u-font-weight': string; '--u-text-color': string; '--u-prefix-width': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "default" | "error" | "warning" | "success" | "info"; readonly alignText: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UH3: import("vue").DefineComponent; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-font-size': string; '--u-margin': string; '--u-bar-color': string; '--u-bar-width': string; '--u-font-weight': string; '--u-text-color': string; '--u-prefix-width': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "default" | "error" | "warning" | "success" | "info"; readonly alignText: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UH4: import("vue").DefineComponent; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-font-size': string; '--u-margin': string; '--u-bar-color': string; '--u-bar-width': string; '--u-font-weight': string; '--u-text-color': string; '--u-prefix-width': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "default" | "error" | "warning" | "success" | "info"; readonly alignText: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UH5: import("vue").DefineComponent; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-font-size': string; '--u-margin': string; '--u-bar-color': string; '--u-bar-width': string; '--u-font-weight': string; '--u-text-color': string; '--u-prefix-width': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "default" | "error" | "warning" | "success" | "info"; readonly alignText: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UH6: import("vue").DefineComponent; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-font-size': string; '--u-margin': string; '--u-bar-color': string; '--u-bar-width': string; '--u-font-weight': string; '--u-text-color': string; '--u-prefix-width': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "default"; }; readonly prefix: StringConstructor; readonly alignText: BooleanConstructor; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly type: "default" | "error" | "warning" | "success" | "info"; readonly alignText: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UHr: import("vue").DefineComponent>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const ULi: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UOl: import("vue").DefineComponent>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-font-size': string; '--u-line-height': string; '--u-text-color': string; '--u-li-margin': string; '--u-ol-padding': string; '--u-ul-padding': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { alignText: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UText: import("vue").DefineComponent true; }; as: { type: StringConstructor; validator: (value: unknown) => true; default: undefined; }; delete: { type: BooleanConstructor; validator: (value: unknown) => true; }; depth: { type: import("vue").PropType<1 | 2 | 3 | "1" | "2" | "3">; validator: (value: unknown) => true; }; variant: { readonly type: import("vue").PropType; readonly default: undefined; }; tag: { readonly type: import("vue").PropType; readonly default: undefined; }; text: { readonly type: StringConstructor; readonly default: undefined; }; type: { readonly type: import("vue").PropType<"default" | "success" | "info" | "warning" | "error">; readonly default: "default"; }; color: { readonly type: import("vue").PropType; readonly default: undefined; }; variantOptions: { readonly type: import("vue").PropType; readonly default: () => {}; }; variantWeightsOptions: { readonly type: import("vue").PropType; readonly default: () => {}; }; strong: BooleanConstructor; italic: BooleanConstructor; underline: BooleanConstructor; strikethrough: BooleanConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly true; }; as: { type: StringConstructor; validator: (value: unknown) => true; default: undefined; }; delete: { type: BooleanConstructor; validator: (value: unknown) => true; }; depth: { type: import("vue").PropType<1 | 2 | 3 | "1" | "2" | "3">; validator: (value: unknown) => true; }; variant: { readonly type: import("vue").PropType; readonly default: undefined; }; tag: { readonly type: import("vue").PropType; readonly default: undefined; }; text: { readonly type: StringConstructor; readonly default: undefined; }; type: { readonly type: import("vue").PropType<"default" | "success" | "info" | "warning" | "error">; readonly default: "default"; }; color: { readonly type: import("vue").PropType; readonly default: undefined; }; variantOptions: { readonly type: import("vue").PropType; readonly default: () => {}; }; variantWeightsOptions: { readonly type: import("vue").PropType; readonly default: () => {}; }; strong: BooleanConstructor; italic: BooleanConstructor; underline: BooleanConstructor; strikethrough: BooleanConstructor; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { type: "default" | "error" | "warning" | "success" | "info"; code: boolean; strong: boolean; delete: boolean; text: string; tag: keyof HTMLElementTagNameMap; as: string; color: string; variant: import("./typography").TypographyVariant; italic: boolean; variantOptions: import("./typography").TypographyVariantOptions; variantWeightsOptions: import("./typography").TypographyVariantWeightsOptions; underline: boolean; strikethrough: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UUl: import("vue").DefineComponent>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-font-size': string; '--u-line-height': string; '--u-text-color': string; '--u-li-margin': string; '--u-ol-padding': string; '--u-ul-padding': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly alignText: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './upload'; export { uploadDownload, uploadProps } from './upload'; export declare const UUpload: import("vue").DefineComponent; readonly directory: BooleanConstructor; readonly directoryDnd: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly method: { readonly type: StringConstructor; readonly default: "POST"; }; readonly multiple: BooleanConstructor; readonly showFileList: { readonly type: BooleanConstructor; readonly default: true; }; readonly data: import("vue").PropType>; readonly headers: import("vue").PropType; readonly withCredentials: BooleanConstructor; readonly responseType: { readonly type: import("vue").PropType; readonly default: ""; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly vertical: { readonly type: BooleanConstructor; readonly default: false; }; readonly icon: import("vue").PropType; readonly onChange: import("vue").PropType; readonly onRemove: import("vue").PropType; readonly onFinish: import("vue").PropType; readonly onError: import("vue").PropType; readonly onRetry: import("vue").PropType; readonly onBeforeUpload: import("vue").PropType; readonly isErrorState: import("vue").PropType<(xhr: XMLHttpRequest) => boolean>; readonly onDownload: import("vue").PropType; readonly defaultUpload: { readonly type: BooleanConstructor; readonly default: true; }; readonly fileList: import("vue").PropType; readonly 'onUpdate:fileList': import("vue").PropType>; readonly onUpdateFileList: import("vue").PropType>; readonly fileListClass: StringConstructor; readonly fileListStyle: import("vue").PropType; readonly defaultFileList: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly showCancelButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly showRemoveButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly showDownloadButton: BooleanConstructor; readonly showRetryButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly customDownload: import("vue").PropType; readonly showPreviewButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly listType: { readonly type: import("vue").PropType; readonly default: "text"; }; readonly onPreview: import("vue").PropType; readonly shouldUseThumbnailUrl: { readonly type: import("vue").PropType; readonly default: (file: import("./upload").UploadSettledFileInfo) => boolean; }; readonly createThumbnailUrl: import("vue").PropType; readonly abstract: BooleanConstructor; readonly max: NumberConstructor; readonly showTrigger: { readonly type: BooleanConstructor; readonly default: true; }; readonly imageGroupProps: import("vue").PropType; readonly inputProps: import("vue").PropType; readonly triggerClass: StringConstructor; readonly triggerStyle: import("vue").PropType; readonly renderIcon: import("vue").PropType; readonly label: StringConstructor; readonly size: { readonly type: import("vue").PropType<"small" | "medium" | "large">; readonly default: "medium"; }; readonly title: StringConstructor; readonly subtitle: StringConstructor; readonly noIcon: { readonly type: BooleanConstructor; readonly default: false; }; readonly theme: import("vue").PropType; Progress: import("./_mixins").Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; Progress: import("./_mixins").Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Progress: import("./_mixins").Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>>; }>, { openFileDialog: () => void; submit: () => void; clear: () => void; mergedClsPrefix: import("vue").Ref; mergedSizeRef: import("vue").ComputedRef<"small" | "medium" | "large">; draggerInsideRef: { value: boolean; }; inputElRef: import("vue").Ref; localeRef: import("vue").Ref<{ title: string; subtitle: string; uploading: string; }, { title: string; subtitle: string; uploading: string; }>; mergedTheme: import("vue").ComputedRef<{ common: import("./config-provider").ThemeCommonVars; self: { baseColor: string; fontSize: string; lineHeight: string; borderRadius: string; draggerColor: string; draggerBorder: string; draggerBorderHover: string; draggerShadowFocus: string; itemColorHover: string; itemColorHoverError: string; itemTextColor: string; itemTextColorError: string; itemTextColorSuccess: string; itemIconColor: string; itemDisabledOpacity: string; itemBorderImageCardError: string; itemBorderImageCard: string; draggerIconBgColor: string; draggerIconColor: string; draggerTitleColor: string; draggerTextColor: string; labelColor: string; widthSmall: string; widthMedium: string; widthLarge: string; containerSecondary: string; brandPrimary300: string; elementsQuaternary: string; }; peers: { Button: import("./_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorOpacitySecondaryFocus: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorSecondaryFocus: string; colorSecondaryDisabled: string; textColorSecondaryDisabled: string; waveColorSecondary: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorTertiaryFocus: string; colorTertiaryDisalbed: string; waveColorTertiary: string; textColorTextTertiary: string; rippleColorTertiary: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; colorQuaternaryFocus: string; rippleColorQuaternary: string; waveColorQuaternary: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textTertiary: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; waveColorPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Progress: import("./_mixins").Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }; peerOverrides: { Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; Progress?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; dragOver: import("vue").Ref; mergedMultiple: import("vue").ComputedRef; cssVars: import("vue").ComputedRef | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; handleFileInputChange: (e: Event) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly directory: BooleanConstructor; readonly directoryDnd: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly method: { readonly type: StringConstructor; readonly default: "POST"; }; readonly multiple: BooleanConstructor; readonly showFileList: { readonly type: BooleanConstructor; readonly default: true; }; readonly data: import("vue").PropType>; readonly headers: import("vue").PropType; readonly withCredentials: BooleanConstructor; readonly responseType: { readonly type: import("vue").PropType; readonly default: ""; }; readonly disabled: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly vertical: { readonly type: BooleanConstructor; readonly default: false; }; readonly icon: import("vue").PropType; readonly onChange: import("vue").PropType; readonly onRemove: import("vue").PropType; readonly onFinish: import("vue").PropType; readonly onError: import("vue").PropType; readonly onRetry: import("vue").PropType; readonly onBeforeUpload: import("vue").PropType; readonly isErrorState: import("vue").PropType<(xhr: XMLHttpRequest) => boolean>; readonly onDownload: import("vue").PropType; readonly defaultUpload: { readonly type: BooleanConstructor; readonly default: true; }; readonly fileList: import("vue").PropType; readonly 'onUpdate:fileList': import("vue").PropType>; readonly onUpdateFileList: import("vue").PropType>; readonly fileListClass: StringConstructor; readonly fileListStyle: import("vue").PropType; readonly defaultFileList: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly showCancelButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly showRemoveButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly showDownloadButton: BooleanConstructor; readonly showRetryButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly customDownload: import("vue").PropType; readonly showPreviewButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly listType: { readonly type: import("vue").PropType; readonly default: "text"; }; readonly onPreview: import("vue").PropType; readonly shouldUseThumbnailUrl: { readonly type: import("vue").PropType; readonly default: (file: import("./upload").UploadSettledFileInfo) => boolean; }; readonly createThumbnailUrl: import("vue").PropType; readonly abstract: BooleanConstructor; readonly max: NumberConstructor; readonly showTrigger: { readonly type: BooleanConstructor; readonly default: true; }; readonly imageGroupProps: import("vue").PropType; readonly inputProps: import("vue").PropType; readonly triggerClass: StringConstructor; readonly triggerStyle: import("vue").PropType; readonly renderIcon: import("vue").PropType; readonly label: StringConstructor; readonly size: { readonly type: import("vue").PropType<"small" | "medium" | "large">; readonly default: "medium"; }; readonly title: StringConstructor; readonly subtitle: StringConstructor; readonly noIcon: { readonly type: BooleanConstructor; readonly default: false; }; readonly theme: import("vue").PropType; Progress: import("./_mixins").Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>; readonly themeOverrides: import("vue").PropType; Progress: import("./_mixins").Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>>; readonly builtinThemeOverrides: import("vue").PropType; Progress: import("./_mixins").Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>>; }>> & Readonly<{}>, { readonly disabled: boolean | undefined; readonly vertical: boolean; readonly size: "small" | "medium" | "large"; readonly name: string; readonly abstract: boolean; readonly multiple: boolean; readonly noIcon: boolean; readonly directory: boolean; readonly directoryDnd: boolean; readonly method: string; readonly showFileList: boolean; readonly withCredentials: boolean; readonly responseType: XMLHttpRequestResponseType; readonly defaultUpload: boolean; readonly defaultFileList: import("./upload").UploadFileInfo[]; readonly showCancelButton: boolean; readonly showRemoveButton: boolean; readonly showDownloadButton: boolean; readonly showRetryButton: boolean; readonly showPreviewButton: boolean; readonly listType: import("./upload/src/interface").ListType; readonly shouldUseThumbnailUrl: import("./upload/src/interface").ShouldUseThumbnailUrl; readonly showTrigger: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UUploadDragger: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UUploadFileList: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export declare const UUploadTrigger: import("vue").DefineComponent, () => import("vue").VNode[] | JSX.Element | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { abstract: boolean; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './virtual-list'; export { virtualListProps } from './virtual-list'; export declare const UVirtualList: import("vue").DefineComponent; readonly items: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly itemSize: { readonly type: NumberConstructor; readonly required: true; }; readonly itemResizable: BooleanConstructor; readonly itemsStyle: import("vue").PropType; readonly visibleItemsTag: { readonly type: import("vue").PropType; readonly default: "div"; }; readonly visibleItemsProps: ObjectConstructor; readonly ignoreItemResize: BooleanConstructor; readonly onScroll: import("vue").PropType<(event: Event) => void>; readonly onWheel: import("vue").PropType<(event: WheelEvent) => void>; readonly onResize: import("vue").PropType<(entry: ResizeObserverEntry) => void>; readonly defaultScrollKey: import("vue").PropType; readonly defaultScrollIndex: NumberConstructor; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly paddingTop: { readonly type: import("vue").PropType; readonly default: 0; }; readonly paddingBottom: { readonly type: import("vue").PropType; readonly default: 0; }; }>, { scrollTo: (options: import("vueuc").VVirtualListScrollToOptions | number, y?: number) => void; scrollbarInstRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, import("./_internal").ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("./_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("./_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; virtualListInstRef: import("vue").Ref<{ listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null, import("vueuc").VVirtualListInst | { listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null>; getScrollContainer: () => HTMLElement | null | undefined; getScrollContent: () => HTMLElement | null | undefined; handleScroll: (e: Event) => void; handleResize: (e: ResizeObserverEntry) => void; handleWheel: (e: WheelEvent) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly items: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly itemSize: { readonly type: NumberConstructor; readonly required: true; }; readonly itemResizable: BooleanConstructor; readonly itemsStyle: import("vue").PropType; readonly visibleItemsTag: { readonly type: import("vue").PropType; readonly default: "div"; }; readonly visibleItemsProps: ObjectConstructor; readonly ignoreItemResize: BooleanConstructor; readonly onScroll: import("vue").PropType<(event: Event) => void>; readonly onWheel: import("vue").PropType<(event: WheelEvent) => void>; readonly onResize: import("vue").PropType<(entry: ResizeObserverEntry) => void>; readonly defaultScrollKey: import("vue").PropType; readonly defaultScrollIndex: NumberConstructor; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly paddingTop: { readonly type: import("vue").PropType; readonly default: 0; }; readonly paddingBottom: { readonly type: import("vue").PropType; readonly default: 0; }; }>> & Readonly<{}>, { readonly items: import("vueuc").VVirtualListItemData[]; readonly keyField: string; readonly paddingBottom: string | number; readonly paddingTop: string | number; readonly itemResizable: boolean; readonly visibleItemsTag: string | object; readonly ignoreItemResize: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export type * from './watermark'; export { watermarkProps } from './watermark'; export declare const UWatermark: import("vue").DefineComponent; readonly default: "left"; }; readonly image: StringConstructor; readonly imageOpacity: { readonly type: NumberConstructor; readonly default: 1; }; readonly imageHeight: NumberConstructor; readonly imageWidth: NumberConstructor; readonly content: StringConstructor; readonly selectable: { readonly type: BooleanConstructor; readonly default: true; }; readonly fontSize: { readonly type: NumberConstructor; readonly default: 14; }; readonly fontFamily: StringConstructor; readonly fontStyle: { readonly type: import("vue").PropType<"normal" | "italic" | "oblique" | `oblique ${number}deg`>; readonly default: "normal"; }; readonly fontVariant: { readonly type: StringConstructor; readonly default: ""; }; readonly fontWeight: { readonly type: NumberConstructor; readonly default: 400; }; readonly fontColor: { readonly type: StringConstructor; readonly default: "rgba(128, 128, 128, .3)"; }; readonly fontStretch: { readonly type: StringConstructor; readonly default: ""; }; readonly lineHeight: { readonly type: NumberConstructor; readonly default: 14; }; readonly globalRotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "left"; }; readonly image: StringConstructor; readonly imageOpacity: { readonly type: NumberConstructor; readonly default: 1; }; readonly imageHeight: NumberConstructor; readonly imageWidth: NumberConstructor; readonly content: StringConstructor; readonly selectable: { readonly type: BooleanConstructor; readonly default: true; }; readonly fontSize: { readonly type: NumberConstructor; readonly default: 14; }; readonly fontFamily: StringConstructor; readonly fontStyle: { readonly type: import("vue").PropType<"normal" | "italic" | "oblique" | `oblique ${number}deg`>; readonly default: "normal"; }; readonly fontVariant: { readonly type: StringConstructor; readonly default: ""; }; readonly fontWeight: { readonly type: NumberConstructor; readonly default: 400; }; readonly fontColor: { readonly type: StringConstructor; readonly default: "rgba(128, 128, 128, .3)"; }; readonly fontStretch: { readonly type: StringConstructor; readonly default: ""; }; readonly lineHeight: { readonly type: NumberConstructor; readonly default: 14; }; readonly globalRotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly theme: import("vue").PropType>; readonly themeOverrides: import("vue").PropType>>; readonly builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { readonly fontWeight: number; readonly width: number; readonly height: number; readonly zIndex: number; readonly fontSize: number; readonly lineHeight: number; readonly fullscreen: boolean; readonly rotate: number; readonly selectable: boolean; readonly debug: boolean; readonly cross: boolean; readonly xGap: number; readonly yGap: number; readonly yOffset: number; readonly xOffset: number; readonly textAlign: "center" | "left" | "right"; readonly imageOpacity: number; readonly fontStyle: `oblique ${number}deg` | "normal" | "italic" | "oblique"; readonly fontVariant: string; readonly fontColor: string; readonly fontStretch: string; readonly globalRotate: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;