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