import { OnDestroy, 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 { Location } from '@angular/common'; import { ShowyePageApiService } from '@showye/showye-page-base'; export declare class InfoComponent implements OnInit, OnDestroy { private api; private router; private location; msg: NzMessageService; notify: NzNotificationService; private route; request: any; route$: any; code: any; constructor(api: ShowyePageApiService, modalSrv: NzModalService, router: Router, location: Location, msg: NzMessageService, notify: NzNotificationService, route: ActivatedRoute); ngOnDestroy(): void; ngOnInit(): void; reload(): void; }