import { AfterViewInit } from '@angular/core';
export declare class TlDialogConfirmation implements AfterViewInit {
    message: string;
    textOk: string;
    textCancel: string;
    buttonDialogOk: any;
    buttonDialogCancel: any;
    private defaultOK;
    ngAfterViewInit(): void;
    onkeyup($event: KeyboardEvent): void;
    private setPreviousButton();
    private setNextButton();
}
