import * as i0 from '@angular/core'; import * as i1 from '@kirbydesign/designsystem/shared'; type BadgeSize = 'sm' | 'md'; declare class BadgeComponent { private _text; get text(): string; /** * @deprecated The 'text' property has been deprecated. * Please set the text of the Badge between the opening and closing tag. */ set text(value: string); size: BadgeSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { BadgeComponent }; export type { BadgeSize }; //# sourceMappingURL=kirbydesign-designsystem-badge.d.ts.map