import { DataTableCellEditTmplComponent } from './data-table-cell-edit-tmpl.component'; import { DataTableCellViewTmplComponent } from './data-table-cell-view-tmpl.component'; import * as i0 from "@angular/core"; export declare class DataTableCellTmplComponent { type: string; view: DataTableCellViewTmplComponent; edit: DataTableCellEditTmplComponent; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }