import { TemplateRef } from '@angular/core'; import { GraniteCell } from './cell'; import * as i0 from "@angular/core"; export declare class GraniteTableDataCellComponent extends GraniteCell { value: any; rowIndex: number; columnIndex: number; row: any; tableCellTemplateRef: TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }