export declare enum MessageBoxType {
    Confirm = "Confirm",
    Error = "Error",
    Information = "Information",
    Success = "Success",
    Warning = "Warning"
}
