import { OnInit } from '@angular/core'; import { NzMessageService } from 'ng-zorro-antd/message'; import { NzModalService } from 'ng-zorro-antd/modal'; import { TypeService } from '../../service/lcontype/type.service'; import { HttpClient } from '@angular/common/http'; import { TestWeiyunService } from '../../test.weiyun.service'; export declare class TabbarComponent implements OnInit { srv: TypeService; private nzMessageService; private modalService; http: HttpClient; ml: TestWeiyunService; newFlag: boolean; newPicData: any; selectId: any; saveData: any; constructor(srv: TypeService, nzMessageService: NzMessageService, modalService: NzModalService, http: HttpClient, ml: TestWeiyunService); ngOnInit(): void; showDeleteConfirm(): void; creatNew(): void; delete(): void; getData(): void; getServer(): void; getPublish(): void; createBasicMessage(title: any): void; toggleNew(): void; openNewpage(): void; release(): void; }