type BadgeParts = 'wrapper' | 'innerWrapper' | 'count'; type BadgeStates = 'disabled'; export type BadgeComposition = `${BadgeParts}:${BadgeStates}` | BadgeParts; export {}; //# sourceMappingURL=styles.d.ts.map