import { ElementRef, OnInit } from '@angular/core'; export declare class IccMultiLineCellComponent implements OnInit { private el; cellTitle: any; list: any; lines: number; htmlStr: string; constructor(el: ElementRef); ngOnInit(): void; multiLineDisplay(list: any, rows: any): string; }