import { AfterViewInit, EventEmitter } from '@angular/core'; import { TranslateService } from '@ngx-translate/core'; import * as i0 from "@angular/core"; export declare class ConfirmComponent implements AfterViewInit { private translate; action: EventEmitter; phrase: string; buttons: any[]; constructor(translate: TranslateService); ngAfterViewInit(): void; doModalAction(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }