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