import { OnInit, Injector } from '@angular/core'; import { TableBase } from './tableBase'; import { MapperTableConfig } from '../entities/mapperTable-config'; export declare class TableMapperBase extends TableBase implements OnInit { tableObjSync: MapperTableConfig; constructor(injector: Injector); ngOnInit(): void; initTableConfig(): void; getConfig(): {}; }