import { OnInit } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { STColumn } from '@delon/abc/st'; import { NzMessageService } from 'ng-zorro-antd/message'; import { NzModalService } from 'ng-zorro-antd/modal'; import { NzNotificationService } from 'ng-zorro-antd/notification'; import { ShowyePageApiService } from '@showye/showye-page-base'; export declare class ListComponent implements OnInit { private api; private router; private route; msg: NzMessageService; notify: NzNotificationService; requests: never[]; columns: STColumn[]; constructor(modalSrv: NzModalService, api: ShowyePageApiService, router: Router, route: ActivatedRoute, msg: NzMessageService, notify: NzNotificationService); ngOnInit(): void; reload(): void; }