import { OnInit } from '@angular/core'; import { NzMessageService } from 'ng-zorro-antd/message'; import { NzModalService } from 'ng-zorro-antd/modal'; import { NzNotificationService } from 'ng-zorro-antd/notification'; import { ActivatedRoute, Router } from '@angular/router'; import { FormBuilder } from '@angular/forms'; import { ShowyePageApiService } from '@showye/showye-page-base'; export declare class ListComponent implements OnInit { private api; private fb; private router; private route; msg: NzMessageService; notify: NzNotificationService; constructor(modalSrv: NzModalService, api: ShowyePageApiService, fb: FormBuilder, router: Router, route: ActivatedRoute, msg: NzMessageService, notify: NzNotificationService); ngOnInit(): void; }