import { OnInit } from '@angular/core'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; export declare class ReactionsSummaryDetailComponent implements OnInit { activeModal: NgbActiveModal; reactions: Map; map: any; size: number; constructor(activeModal: NgbActiveModal); ngOnInit(): void; }