import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges } from '@angular/core'; import { AlertButtonConfiguration, AlertConfiguration } from '../../interfaces'; import { CfDialog } from '../classes'; import { TranslationsService } from '../services'; import * as i0 from "@angular/core"; export declare class AlertComponent extends CfDialog implements OnChanges, AfterViewInit { cdr: ChangeDetectorRef; translationsService: TranslationsService; alertDefaultButtonConfiguration: AlertButtonConfiguration; configuration: AlertConfiguration; closeButton: ElementRef | undefined; get customButton(): boolean; get buttonConfiguration(): AlertButtonConfiguration; callCallback(): void; documentKeyup(event: KeyboardEvent): void; ngOnChanges(): void; ngAfterViewInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }