import * as i0 from '@angular/core'; type StatusType = 'success' | 'error' | 'warning' | 'neutral' | 'progressing'; type TextColor = 'onSurface' | 'onSurfaceVariant' | 'statusType'; declare class MxStatusComponent { statusType: StatusType; statusIcon: string; textColor: TextColor; statusText: string; supportingText: string; getStatusClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { MxStatusComponent }; export type { StatusType, TextColor };