declare const defaultTheme: { backgroundColor: string; border: string; borderRadius: string; primaryFont: string; primaryFontColor: string; treeBackgroundColor: string; disabledTreeOpacity: number; headingFont: string; headingFontColor: string; headingFontSize: string; headingHoverColor: string; headingHoverColorTransition: string; tooltipBackgroundColor: string; tooltipFontColor: string; tooltipZIndex: number; nodeBackgroundColor: string; nodeBorderColor: string; nodeAlternativeFontColor: string; nodeAltenativeActiveFontColor: string; nodeOverlayColor: string; nodeAlternativeActiveBackgroundColor: string; nodeActiveBackgroundColor: string; nodeHoverBorder: string; nodeHoverBorderColor: string; nodeIconWidth: string; nodeMobileTextNodeHeight: string; nodeMobileTextNodeWidth: string; nodeMobileFontSize: string; nodeDesktopTextNodeHeight: string; nodeDesktopTextNodeWidth: string; nodeDesktopFontSize: string; edgeBorder: string; }; export declare type SkillTheme = typeof defaultTheme; export default defaultTheme;