import * as _angular_core from '@angular/core'; import { OnChanges } from '@angular/core'; declare class StatusBadgeComponent implements OnChanges { #private; /** * Truncates the text with an ellipsis and adds a tooltip when the label is too long */ readonly withEllipsis: _angular_core.InputSignalWithTransform; /** * Changes the text displayed by the status badge */ readonly label: _angular_core.InputSignal; /** * Changes the size of the status badge (Medium by default or L) */ readonly size: _angular_core.InputSignal<"L" | "M">; /** * Applies a color palette to the status badge */ readonly palette: _angular_core.InputSignal<"success" | "warning" | "error" | "product" | "neutral" | "none" | "primary" | "grey" | "brand">; ngOnChanges(): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { StatusBadgeComponent };