import type { ThemeCommonVars } from '../../_styles/common'; export declare function self(vars: ThemeCommonVars): { menuPadding: string; menuColor: string; menuBoxShadow: string; menuBorderRadius: string; menuHeight: string; actionDividerColor: string; actionTextColor: string; actionPadding: string; }; export type TreeSelectThemeVars = ReturnType; declare const treeSelectLight: import("../../_mixins/use-theme").Theme<"TreeSelect", { menuPadding: string; menuColor: string; menuBoxShadow: string; menuBorderRadius: string; menuHeight: string; actionDividerColor: string; actionTextColor: string; actionPadding: string; }, { Tree: import("../../_mixins/use-theme").Theme<"Tree", { fontSize: string; lineHeight: string; nodeHeight: string; nodeWrapperPadding: string; nodeBorderRadius: string; nodeColorHover: string; nodeColorPressed: string; nodeColorActive: string; arrowColor: string; switcherColor: string; switcherSize: string; nodeTextColor: string; nodeTextColorDisabled: string; loadingColor: string; dropMarkColor: string; }, { Checkbox: import("../../_mixins/use-theme").Theme<"Checkbox", { fontWeight: string; textColor: string; descriptionTextColor: string; textColorDisabled: string; descriptionTextColorDisabled: string; fontSizeLarge: string; fontSizeMedium: string; fontSizeSmall: string; lineHeightLarge: string; lineHeightMedium: string; lineHeightSmall: string; borderRadiusLarge: string; borderRadiusMedium: string; borderRadiusSmall: string; color: string; colorHover: string; colorFocus: string; colorActive: string; colorChecked: string; colorHoverChecked: string; colorFocusChecked: string; colorActiveChecked: string; colorDisabled: string; colorDisabledChecked: string; checkMarkColor: string; checkMarkColorHover: string; checkMarkColorFocus: string; checkMarkColorActive: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderHover: string; borderFocus: string; borderActive: string; borderChecked: string; borderHoverChecked: string; borderFocusChecked: string; borderActiveChecked: string; borderDisabled: string; borderDisabledChecked: string; boxShadowHover: string; boxShadowFocus: string; boxShadowActive: string; boxShadowHoverChecked: string; boxShadowFocusChecked: string; boxShadowActiveChecked: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; }, any>; Scrollbar: import("../../_mixins/use-theme").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/use-theme").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; }>; Empty: import("../../_mixins/use-theme").Theme<"Empty", { iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; iconSizeHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; descriptionFontSizeSmall: string; descriptionFontSizeMedium: string; descriptionFontSizeLarge: string; descriptionFontSizeHuge: string; titleColor: string; descriptionColor: string; iconColor: string; iconBgColor: string; extraTextColor: string; }, any>; InternalSelection: import("../../_mixins/use-theme").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/use-theme").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>; }>; }>; export default treeSelectLight; export type TreeSelectTheme = typeof treeSelectLight;