import { MatDialogRef } from '@angular/material/dialog'; export declare class ScErrorDialogComponent { dialogRef: MatDialogRef; data: { errorMessage: { title: string; errorList: string[]; }; type: 'error' | 'warning'; }; constructor(dialogRef: MatDialogRef, data: { errorMessage: { title: string; errorList: string[]; }; type: 'error' | 'warning'; }); } //# sourceMappingURL=sc-error-dialog.component.d.ts.map