import { MatDialogRef } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export type TdStatusDialogStates = 'error' | 'positive' | 'warning'; export type TdStatusDialogDetailsLabels = { showDetailsLabel: string; hideDetailsLabel: string; }; export declare class TdStatusDialogComponent { private _dialogRef; closeButton?: string; message?: string; state?: TdStatusDialogStates; title?: string; details?: string; showDetails?: boolean | undefined; detailsLabels?: TdStatusDialogDetailsLabels; constructor(_dialogRef: MatDialogRef); close(): void; getStatusIcon(): string; toggleDetails(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }