/** Specifies the possible size variants for a badge. */ export type BadgeSize = "small" | "medium" | "large"; //# sourceMappingURL=BadgeSize.d.ts.map