import { OnInit, TemplateRef } from '@angular/core'; import { ICellRendererAngularComp } from 'ag-grid-angular'; import { IAfterGuiAttachedParams, ICellRendererParams } from 'ag-grid-community'; import { BsModalRef, BsModalService } from 'ngx-bootstrap/modal'; export declare class InfoCellComponent implements ICellRendererAngularComp, OnInit { private modalService; modalRef: BsModalRef; faInfoCircle: import("@fortawesome/fontawesome-common-types").IconDefinition; params: any; highlight: boolean; constructor(modalService: BsModalService); ngOnInit(): void; afterGuiAttached?(params?: IAfterGuiAttachedParams): void; refresh(params: ICellRendererParams): boolean; agInit(params: ICellRendererParams): void; displayInfos(template: TemplateRef): void; checkValues(values: any): any; showEmpfaengerName(param: any): string; }