import { OnInit } from '@angular/core';
import { I18nService } from '../../i18n/i18n.service';
import { DialogDefaultBehavior } from '../dialog-default-behavior';
import { TlButton } from '../../button/button';
import * as i0 from "@angular/core";
export declare class TlDialogAlert extends DialogDefaultBehavior implements OnInit {
    private i18n;
    button: TlButton;
    message: string;
    get textClose(): string;
    constructor(i18n: I18nService);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TlDialogAlert, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TlDialogAlert, "tl-dialog-alert", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=dialog-alert.d.ts.map