import { OnInit } from '@angular/core'; export declare class BadgesComponent implements OnInit { theme: string; content: string; constructor(); ngOnInit(): void; }