import { MatDialogRef } from '@angular/material/dialog';
import * as i0 from "@angular/core";
export declare class TdAlertDialogComponent {
    private _dialogRef;
    title?: string;
    message?: string;
    closeButton?: string;
    constructor(_dialogRef: MatDialogRef<TdAlertDialogComponent>);
    close(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TdAlertDialogComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TdAlertDialogComponent, "td-alert-dialog", never, {}, {}, never, never, true, never>;
}
