import { ChangeDetectorRef, OnInit } from "@angular/core"; import { CfDialog, CfFormErrors } from "../../classes"; import { CfFormErrorItem, ErrorTranslateHandlers } from "../../../interfaces"; import { TranslationsService } from "../../services"; import * as i0 from "@angular/core"; export declare class FormErrorsModalComponent extends CfDialog implements OnInit { cdr: ChangeDetectorRef; title: string; cfFormErrors: CfFormErrors | null; translationsService: TranslationsService; localeId: string; errorTranslateHandlers: ErrorTranslateHandlers; defaultErrorTranslateHandlers: ErrorTranslateHandlers; errorTranslate(cfFormErrorItem: CfFormErrorItem): string; ngOnInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }