import { ElementRef, AfterViewInit, NgZone, OnDestroy } from '@angular/core';
import { MatDialogRef } from '@angular/material/dialog';
import * as i0 from "@angular/core";
export declare class TdPromptDialogComponent implements AfterViewInit, OnDestroy {
private _ngZone;
private _dialogRef;
title?: string;
message?: string;
value?: string;
cancelButton: string;
acceptButton: string;
/** The native `` element. */
_input: ElementRef;
_closeBtn: ElementRef;
_acceptBtn: ElementRef;
private _destroy$;
constructor(_ngZone: NgZone, _dialogRef: MatDialogRef);
ngAfterViewInit(): void;
ngOnDestroy(): void;
cancel(): void;
accept(): void;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}