import { OnInit } from '@angular/core'; import { SetService, HttpService } from 'ngx-block-core'; import { FormControlService } from "ngx-block-core"; export declare class Sucu06Element0030001Component implements OnInit { setService: SetService; private formControlService; private http; local: boolean; static: boolean; blockid: string; layoutid: string; nzFormGroupData: any; nzLayout: string; value: any; sets: { blockCode: string; blockId: string; layoutId: string; blockType: string; blockChildType: string; versionCode: number; styles: { nzTitle: string; nzType: string; nzOrientation: string; nzDashed: boolean; nzIconSize: string; nzIconType: string; nzIconTheme: string; nzIconColor: string; nzIconSpin: boolean; }; datas: { nzDynamicValue: { nzUsed: boolean; nzDynamicSql: string; }; }; }; setData: any[]; constructor(setService: SetService, formControlService: FormControlService, http: HttpService); ngOnInit(): void; autoUpdate(): void; setDataInit(): void; baseInit(): void; getControl(): void; }