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