/** Specifies the possible shape variants of a toolbar. */ export type ToolbarShape = "rounded" | "square"; //# sourceMappingURL=ToolbarShape.d.ts.map