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 { TestQueryService } from "../../test-query.service"; export declare class TabbarComponent implements OnInit { srv: TypeService; private nzMessageService; private modalService; http: HttpClient; ml: TestQueryService; newFlag: boolean; newPicData: any; selectId: any; saveData: any; constructor(srv: TypeService, nzMessageService: NzMessageService, modalService: NzModalService, http: HttpClient, ml: TestQueryService); ngOnInit(): void; showDeleteConfirm(): void; creatNew(): void; delete(): void; getData(): void; getServer(): void; getPublish(): void; createBasicMessage(title: any): void; toggleNew(): void; openNewpage(): void; release(): void; }