import { OnInit } from '@angular/core'; import { NzModalRef } from 'ng-zorro-antd/modal'; export declare class CascadeSelectDialogComponent implements OnInit { protected modalRef: NzModalRef; static config: { nzContent: typeof CascadeSelectDialogComponent; nzWidth: string; nzComponentParams: { data: {}; }; }; data: any; submitted: boolean; constructor(modalRef: NzModalRef); ngOnInit(): void; save(): void; }