export type TreeSelectThemeVars = { treeSelectFontSize?: string; treeSelectNavBackground?: string; treeSelectContentBackground?: string; treeSelectNavItemPadding?: string; treeSelectItemHeight?: string; treeSelectItemActiveColor?: string; treeSelectItemDisabledColor?: string; treeSelectItemSelectedSize?: string; };