import { OnInit } from '@angular/core'; import { SetService } from 'ngx-block-core'; import { NzModalService, NzMessageService } from 'ng-zorro-antd'; export declare class Sucu05Button0010005Component implements OnInit { setService: SetService; private message; private modalService; 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; nzIcon: { nzIconType: string; nzIconTheme: string; nzIconColor: string; }; nzOpen: boolean; }; datas: { nzDataSource: string; nzJumpPage: string; nzOperateType: string; }; }; setData: any[]; setDataInit(): void; constructor(setService: SetService, message: NzMessageService, modalService: NzModalService); ngOnInit(): void; autoUpdate(): void; onClick(): void; }