import type { PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; import type { AvatarProps } from '../../avatar'; import type { BadgeProps } from '../../badge'; import type { EmptyProps } from '../../empty'; import type { ChatListItemData } from './interface'; export declare const chatListItemsProps: { readonly chatItems: { readonly type: PropType; readonly default: () => never[]; }; readonly selectedChatId: { readonly type: PropType; readonly default: undefined; }; readonly typingChatIds: { readonly type: 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: PropType>; readonly default: undefined; }; readonly avatarProps: { readonly type: PropType>; readonly default: undefined; }; readonly badgeProps: { readonly type: PropType>; readonly default: undefined; }; readonly onChatSelect: { readonly type: PropType<(chatId: string | number | symbol) => void>; readonly default: undefined; }; readonly notificationsShown: { readonly type: PropType>; readonly default: () => Set; }; readonly theme: 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: 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: 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>; }>>>; }; export type ChatListItemsProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; readonly default: () => never[]; }; readonly selectedChatId: { readonly type: PropType; readonly default: undefined; }; readonly typingChatIds: { readonly type: 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: PropType>; readonly default: undefined; }; readonly avatarProps: { readonly type: PropType>; readonly default: undefined; }; readonly badgeProps: { readonly type: PropType>; readonly default: undefined; }; readonly onChatSelect: { readonly type: PropType<(chatId: string | number | symbol) => void>; readonly default: undefined; }; readonly notificationsShown: { readonly type: PropType>; readonly default: () => Set; }; readonly theme: 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: 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: 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("../..").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("../..").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("../..").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: 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: PropType; readonly default: undefined; }; readonly typingChatIds: { readonly type: 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: PropType>; readonly default: undefined; }; readonly avatarProps: { readonly type: PropType>; readonly default: undefined; }; readonly badgeProps: { readonly type: PropType>; readonly default: undefined; }; readonly onChatSelect: { readonly type: PropType<(chatId: string | number | symbol) => void>; readonly default: undefined; }; readonly notificationsShown: { readonly type: PropType>; readonly default: () => Set; }; readonly theme: 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: 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: 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: ChatListItemData[]; readonly avatarProps: Partial; readonly badgeProps: Partial; readonly onChatSelect: (chatId: string | number | symbol) => void; readonly notificationsShown: Set; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;