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