import { ExtractThemeVars, ThemeConfig } from '../common'; declare const vars: { treeWrapperPadding: string; treePadding: string; treeBackgroundColorHover: string; treeBorder: string; treeBottomBorderPos: string; treeBottomBorderHeight: string; treeBottomBorderBackgroundColor: string; treeTextFontSize: string; treeExpandedIconRotate: string; treeSelectedBackgroundColor: string; treeIndentSize: string; treeIconSize: string; treeIconTransitionTime: string; }; export declare const treeLight: ThemeConfig; export type TreeThemeVars = ExtractThemeVars; export {};