import { ElementRef } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; import { ValidationError } from '../constants'; import { EditStateServiceService } from '../../services/edit-state-service.service'; import * as i0 from "@angular/core"; export declare class ValidationFailedModalComponent { private editStateService; data: any; dialogRef: MatDialogRef; constructor(editStateService: EditStateServiceService, data: any, dialogRef: MatDialogRef); dialogIssues: ValidationError[]; isPublish: boolean; message: string; messageHeader: string; isMouseInsideChild: boolean; retryCount: number; maxRetries: number; private debounceTimer; modalBody: ElementRef; closeModal(): void; onMouseWheel(event: WheelEvent): void; onMouseEnterChild(): void; onMouseLeaveChild(): void; navigateToErrorMeddage(event: string): Promise; private scrollToElementWithRetry; private scrollAndFocus; private findScrollableParents; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }