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<ListParamsComponent>;
    lists?: List[];
    hostClass: boolean;
    列表设置: ElementRef;
    type: string;
    listTxt: string;
    constructor(dialogRef: MatDialogRef<ListParamsComponent>, lists?: List[]);
    ngOnInit(): void;
}
