import { OnInit } from '@angular/core'; import { SetService, EventService, HttpService, PageService } from 'ngx-block-core'; import { NzModalService, NzMessageService, NzNotificationService } from 'ng-zorro-antd'; export declare class Sucu05Button0010006Component implements OnInit { setService: SetService; eventService: EventService; private message; private modalService; private httpService; private pageService; private notification; local: boolean; static: boolean; blockid: string; layoutid: string; isVisible: boolean; sets: { blockCode: string; blockId: string; blockName: string; layoutId: string; blockType: string; blockChildType: string; versionCode: number; styles: { nzMode: string; nzText: string; nzType: string; nzSize: string; nzBgColor: string; nzDefaultExpand: boolean; nzExpand: { nzText: string; nzType: string; nzSize: string; }; nzNotExpand: { nzText: string; nzType: string; nzSize: string; }; nzIcon: { nzIconType: string; nzIconTheme: string; nzIconColor: string; }; nzOpen: boolean; nzConfirm: { nzShow: boolean; nzTitle: string; nzContent: string; }; }; datas: {}; }; setData: any[]; setDataInit(): void; constructor(setService: SetService, eventService: EventService, message: NzMessageService, modalService: NzModalService, httpService: HttpService, pageService: PageService, notification: NzNotificationService); formLayout: boolean; ngOnInit(): void; autoUpdate(): void; private nzTimer; nzLoading: boolean; endEvent: any[]; onClickEvents(): void; onClick(): void; }