import { OnInit } from '@angular/core'; /** * Badges are labels which hold small amounts of information. * * It supports several badge types. */ import * as ɵngcc0 from '@angular/core'; export declare class CloBadge implements OnInit { /** * Type of the badge. * * The following types are supported: `'success'`, `'error'`, `'new'`, `'compliant'` */ type: string; ngOnInit(): void; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵcmp: ɵngcc0.ɵɵComponentDeclaration; } //# sourceMappingURL=badge.d.ts.map