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