/** @alpha */ export type StateVariant = "hover" | "active" | "focus" | "disabled"; /** @alpha */ export type ShadowVariant = "subtle" | "moderate" | "puffy"; //# sourceMappingURL=variants.d.ts.map