import * as i0 from '@angular/core'; type MxTextBadgeType = 'filled' | 'outlined' | 'fresh'; type MxTextBadgeColor = 'tertiary' | 'secondary' | 'error' | 'warning' | 'info' | 'success' | 'neutral'; declare class MxTextBadgeComponent { badgeType: MxTextBadgeType; badgeColor: MxTextBadgeColor; badgeText: string; getClassString(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { MxTextBadgeComponent }; export type { MxTextBadgeColor, MxTextBadgeType };