/** * The opinionated token baseline for a repo with no design system (rung 3). * * Material 3 + WCAG AA by construction: the foreground/background color pairs * below are the M3 baseline roles, chosen so each on-* color clears AA (4.5:1) * against its container. The spacing, radius, and type scales are the M3 * defaults. This is a *starting point* a human reviews and commits — not a * decision re-made on every run (Principle 1). */ import type { DesignTokens } from "@design-parity/core"; /** * Generate the baseline {@link DesignTokens}. Returns a fresh object each call * so callers can safely mutate before writing. */ export declare function materialBaselineTokens(): DesignTokens; //# sourceMappingURL=tokens.d.ts.map