import { OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { NzMessageService, NzModalSubject } from 'ng-zorro-antd'; export declare class UserAddDashboardComponent implements OnInit { private fb; private nzModal; private ds; private message; form: FormGroup; loading: boolean; themeIcons: { value: string; label: string; }[]; constructor(fb: FormBuilder, nzModal: NzModalSubject, ds: any, message: NzMessageService); ngOnInit(): void; _submitForm(): void; }