import { AfterViewInit } from '@angular/core';
import { DialogDefaultBehavior } from '../dialog-default-behavior';
export declare class TlDialogError extends DialogDefaultBehavior implements AfterViewInit {
    message: string;
    textOk: string;
    button: any;
    animation: any;
    private errorlog;
    constructor();
    ngAfterViewInit(): void;
    open(value: any): void;
}
