import { AfterViewInit, Injector, OnInit } from '@angular/core'; import { TreeListBase } from 'tnx-shared'; import { CongViecThucHienService } from 'tnx-txng-service/congviecthuchien/services'; export declare class CongViecThucHienComponent extends TreeListBase implements OnInit, AfterViewInit { protected _injector: Injector; protected _congViecThucHienService: CongViecThucHienService; searchSchema: any; searchData: any; constructor(_injector: Injector, _congViecThucHienService: CongViecThucHienService); ngOnInit(): void; } //# sourceMappingURL=congviecthuchien.component.d.ts.map