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