import { SetService, JwtService, PageService, HttpService } from 'ngx-block-core'; import { BlockBaseComponent } from "../../../components/block"; import { ActivatedRoute } from '@angular/router'; import { NzModalService } from 'ng-zorro-antd'; export declare class Sucu05Button0010002Component extends BlockBaseComponent { private activatedRoute; setService: SetService; protected pageService: PageService; protected jwtService: JwtService; private modalService; protected http: HttpService; sets: { blockCode: string; blockId: string; blockName: string; layoutId: string; blockType: string; blockChildType: string; versionCode: number; attributes: any[]; sets: { acl: boolean; }; events: any[]; styles: { nzMode: string; nzType: string; nzSize: string; nzBgColor: string; nzText: string; nzIcon: { nzIconType: string; nzIconTheme: string; nzIconColor: string; }; nzOpen: boolean; nzConfirm: { nzShow: boolean; nzTitle: string; nzContent: string; }; nzPopover: { nzUsed: boolean; nzContent: any[]; nzTrigger: string; nzButton: boolean; nzButtonType: string; nzButtonText: string; }; nzShape: any; }; datas: { nzLinkAdd: string; nzJoin: boolean; nzJumpType: string; nzPopJump: boolean; nzParamType: string; nzServiceParam: any[]; nzServiceParamDetail: { "sequ": number; }; }; }; autoUpdate(): void; doValueChange(val: any): void; pzSwitchFn(data: any): void; switchFn(data: any): void; onClick(click?: boolean): void; popClick(): void; constructor(activatedRoute: ActivatedRoute, setService: SetService, pageService: PageService, jwtService: JwtService, modalService: NzModalService, http: HttpService); setDataInit(): void; }