import { OnInit } from '@angular/core'; export declare class BadgeComponent implements OnInit { size: "small" | "medium" | "large" | "xlarge"; color: "dark-green" | "light-green" | "red" | "yellow"; position: "center" | "left" | "right"; constructor(); ngOnInit(): void; }