import type { ThemeTokenValue } from './value';
export type ThemeTokenProperties = Record<string, ThemeTokenValue>;
