import { OnInit } from '@angular/core'; export declare class BadgeComponent implements OnInit { hostBaseClass: boolean; color: string; constructor(); ngOnInit(): void; }