export { isNumber, isString, isBoolean, isNull, isUndefined, isObject, isArray, isDate, isRegExp, isSet, isMap } from './typeof'; export { brightenColor, darkenColor } from './color'; export { dynamicIconRender } from './icon';