import * as colors from './tokens-dist/ts/colors'; /** * Token exports */ declare const tokens: { colors: typeof colors; }; export { tokens };