/** Specifies the possible appearance variants of a menu. */ export type MenuVariant = "standard" | "vibrant"; //# sourceMappingURL=MenuVariant.d.ts.map