import { AfterViewInit } from '@angular/core';
import { DialogDefaultBehavior } from '../dialog-default-behavior';
export declare class TlDialogAlert extends DialogDefaultBehavior implements AfterViewInit {
    button: any;
    message: string;
    textClose: string;
    constructor();
    ngAfterViewInit(): void;
}
