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