import { light, dark } from './appearances'; import tokens from './tokens'; export { light, dark, tokens }; export default { light, dark, tokens };