export declare type BadgeSize = typeof BadgeSize[keyof typeof BadgeSize]; export declare const BadgeSize: { readonly XSMALL: "xsmall"; readonly SMALL: "small"; readonly MEDIUM: "medium"; readonly LARGE: "large"; }; //# sourceMappingURL=badge-size.d.ts.map