import { ViewContainerRef, TemplateRef, OnInit } from '@angular/core'; import { ListItemModel } from '../list/state/items/item.model'; export declare class SkyContribListViewGridCellComponent implements OnInit { item: ListItemModel; columnId: string; isSelected: boolean; template: TemplateRef; fieldSelector: string; container: ViewContainerRef; ngOnInit(): void; readonly row: any; readonly value: any; }