export declare class SimpleDialogData {
    title: string;
    message: string;
    buttons: string[];
}
