/** Specifies the contrast level in which to generate a color palette. */ export type ContrastLevel = "high" | "medium" | "standard"; //# sourceMappingURL=ContrastLevel.d.ts.map