import { OnInit, TemplateRef } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { SetService } from 'ngx-block-core'; export declare class FormdivComponent implements OnInit { setService: SetService; form: FormGroup; nzFormGroupData: any; sets: any; nzBlock: TemplateRef; nzLayout: string; constructor(setService: SetService); autoUpdate(): void; ngOnInit(): void; }