import * as i0 from "@angular/core"; export declare class TableService { /** * Render cell methods * @param row * @param column */ getCellValue(row: any, key: string): any; private getNestedValue; private getNestedKey; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }