import { TemplateRef } from "@angular/core"; import { TableData } from "../../types"; import * as i0 from "@angular/core"; export declare class IntTableBodyTdComponent { templates: { [key: string]: TemplateRef; }; td: TableData; row: any; rowIndex: any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }