import { OnInit } from '@angular/core'; import { SetService, HttpService } from 'ngx-block-core'; import { FormControlService } from "ngx-block-core"; export declare class Sucu06Element0010002Component 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; nzTextStyle: string; nzTextSize: string; nzTextAlign: string; nzTextColor: string; nzTextFormat: string; }; 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; }