/**
 * @module tokens
 * @description Token constants
 */
import { type Token } from '../@types/token';
declare const TOKEN_LIST: Token[];
export { TOKEN_LIST };
//# sourceMappingURL=tokens.d.ts.map