/** Specifies the possible motion schemes of a theme. */ export type MotionScheme = "standard" | "expressive"; //# sourceMappingURL=MotionScheme.d.ts.map