import { OnInit, ElementRef } from '@angular/core'; import { MatDialogRef } from '@angular/material'; import { List } from '../set-property-update.component'; export declare class ListParamsComponent implements OnInit { dialogRef: MatDialogRef; lists?: List[]; hostClass: boolean; 列表设置: ElementRef; type: string; listTxt: string; constructor(dialogRef: MatDialogRef, lists?: List[]); ngOnInit(): void; }