import { OnDestroy } from "@angular/core"; import { IdService } from "../shared/services/id.service"; export declare class BadgeComponent implements OnDestroy { private idService; id: string; label: string; text: string | number; positionX: "left" | "right"; pinned: boolean; constructor(idService: IdService); ngOnDestroy(): void; classGen(): {}; }