import { CellService } from './table-cell/cell-types/cell.service'; import { CellDirective } from './table-cell/cell.directive'; import { ColumnFilterService } from './table-cell/cell-types/column-filter.service'; export { CellService, CellDirective, ColumnFilterService }; export { CellComponent } from './table-cell/cell-types/cell.component'; export { ColumnFilter } from './column-filter.model'; export { ColumnConfig } from './column-config.model'; export { FilterDescription } from './filter-description'; export declare class DynamicTableModule { private readonly cellService; constructor(cellService: CellService); }