/** Specifies the possible sizes of a button a group. */ export type ButtonGroupSize = "extra-small" | "small" | "medium" | "large" | "extra-large"; //# sourceMappingURL=ButtonGroupSize.d.ts.map