import { TableCellDefDirective } from './table-cell-def.directive'; import { TableExpandButtonCellComponent, TableExpandPanelCellComponent } from './table-cell.component'; import { TableCellDirective } from './table-cell.directive'; import { TableColumnDefDirective } from './table-column-def.directive'; import { TableColumnResizableDirective } from './table-column-resizable.directive'; import { TableHeaderCellDefDirective } from './table-header-cell-def.directive'; import { TableHeaderCellDirective } from './table-header-cell.directive'; import { TableHeaderRowDefDirective } from './table-header-row-def.directive'; import { TableHeaderRowComponent } from './table-header-row.component'; import { TablePlaceholderDefDirective, TablePlaceholderOutletDirective } from './table-placeholder.directive'; import { TableRowDefDirective } from './table-row-def.directive'; import { TableRowComponent } from './table-row.component'; import { TableScrollableDirective, TableScrollWrapperDirective } from './table-scroll.directive'; import { TableComponent } from './table.component'; import * as i0 from "@angular/core"; import * as i1 from "./table.component"; import * as i2 from "./table-row.component"; import * as i3 from "./table-header-row.component"; import * as i4 from "./table-cell.component"; import * as i5 from "./table-cell.directive"; import * as i6 from "./table-cell-def.directive"; import * as i7 from "./table-header-cell.directive"; import * as i8 from "./table-row-def.directive"; import * as i9 from "./table-header-row-def.directive"; import * as i10 from "./table-header-cell-def.directive"; import * as i11 from "./table-column-def.directive"; import * as i12 from "./table-column-resizable.directive"; import * as i13 from "./table-placeholder.directive"; import * as i14 from "./table-scroll.directive"; export declare const TABLE_MODULE: readonly [typeof TableComponent, typeof TableRowComponent, typeof TableHeaderRowComponent, typeof TableExpandButtonCellComponent, typeof TableExpandPanelCellComponent, typeof TableCellDirective, typeof TableCellDefDirective, typeof TableHeaderCellDirective, typeof TableRowDefDirective, typeof TableHeaderRowDefDirective, typeof TableHeaderCellDefDirective, typeof TableColumnDefDirective, typeof TableColumnResizableDirective, typeof TablePlaceholderOutletDirective, typeof TablePlaceholderDefDirective, typeof TableScrollWrapperDirective, typeof TableScrollableDirective]; export declare class TableModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }