import * as _angular_core from '@angular/core'; type BadgeType = "success" | "warning" | "error" | "inactive" | ""; /** * A badge similar to a Bootstrap badge. */ declare class TbxBadgeComponent { /** Add additional classes to the default. */ class: _angular_core.InputSignal; /** The type of badge to display. */ type: _angular_core.InputSignal; /** Indicates whether the badge is active. */ active: _angular_core.InputSignal; protected get internalClass(): string; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { TbxBadgeComponent }; export type { BadgeType };