import { OnInit } from '@angular/core'; import { SetService, HttpService, PageService, MethodsService } from 'ngx-block-core'; import { NzMessageService, NzNotificationService } from 'ng-zorro-antd'; import { ActivatedRoute } from '@angular/router'; export declare class Sucu05Button0010003Component implements OnInit { setService: SetService; private httpService; private pageService; private activatedRoute; private message; private methodsService; private notification; local: boolean; static: boolean; blockid: string; layoutid: string; sets: { blockCode: string; blockId: string; blockName: string; layoutId: string; blockType: string; blockChildType: string; versionCode: number; styles: { nzText: string; nzType: string; nzSize: string; nzBgColor: string; nzConfirm: { nzShow: boolean; nzTitle: string; nzContent: string; }; nzIcon: { nzIconType: string; nzIconTheme: string; nzIconColor: string; }; nzOpen: boolean; }; datas: { nzDataSource: string; nzProcedure: { nzProcedureIsNeed: boolean; nzProcedureTriggerPosition: string; nzProcedureName: string; nzProcedureView: string; nzServiceParam: any[]; nzServiceParamDetail: { "sequ": number; }; }; }; }; setData: any[]; setDataInit(): void; constructor(setService: SetService, httpService: HttpService, pageService: PageService, activatedRoute: ActivatedRoute, message: NzMessageService, methodsService: MethodsService, notification: NzNotificationService); ngOnInit(): void; autoUpdate(): void; onClick(): Promise; }