import * as i0 from "@angular/core"; export declare const STATUS_BADGE_COLORS: readonly ["success", "warning", "error", "info", "neutral", "financial", "waiting", "stage", "recovery", "alert", "special"]; export type StatusBadgeColor = (typeof STATUS_BADGE_COLORS)[number]; /** * Read-only badge used to display short status labels with predefined semantic colors. */ export declare class StatusBadgeComponent { label: string; color: StatusBadgeColor; get badgeClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }