import { Type } from '@angular/core'; import { IBodyCell } from './cells/holders/body-cell.component'; import { IHeaderCell } from './cells/holders/header-cell.component'; export declare class TableModule { static withCustomCells(body: Type>[], header?: Type[]): { ngModule: typeof TableModule; providers: { provide: import("@angular/core").InjectionToken; useValue: (Type | Type>)[]; multi: boolean; }[]; }; }