export * from './getCssVarValue'; export * from './getTeamixIconConfig'; export * from './setTheme'; export * from './usePrefixCls'; import getTeamixIconConfig from './getTeamixIconConfig'; import setTheme, { lightBrandColor, darkBrandColor, brandColorInfo, basicThemeType, brandColorType } from './setTheme'; import getCssVarValue from './getCssVarValue'; export type { basicThemeType, brandColorType }; export { getTeamixIconConfig, setTheme, getCssVarValue, lightBrandColor, darkBrandColor, brandColorInfo, };