/** Specifies the color variants of a theme. */ export type ThemeVariant = "monochrome" | "neutral" | "tonal-spot" | "vibrant" | "expressive" | "fidelity" | "content" | "rainbow" | "fruit-salad"; //# sourceMappingURL=ThemeVariant.d.ts.map