import { MatDialogRef } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class ElementIdModalComponent { data: any; dialogRef: MatDialogRef; element: any; pages: any; customElementId: string; isDuplicate: boolean; errorMessage: string; private currentUniqueId; constructor(data: any, dialogRef: MatDialogRef); ngOnInit(): void; updateElementId(): void; /** Collects { elementId, uniqueId } for every element in the pages recursively */ private collectAllElementEntries; /** Checks whether customElementId exists on any other element (excluding currentUniqueId) */ private checkDuplicateElementId; saveElementId(): void; closeModal(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }