/** Used to show feedback after an activity. The difference with Notification is that the latter is often used to show a system level passive notification. */
exportconstMessage:ElMessage
/** A set of modal boxes simulating system message box, mainly for message prompt, success tips, error messages and query information */
exportconstMessageBox:ElMessageBox
/** Displays a global notification message at the upper right corner of the page */
exportconstNotification:ElNotification
// TS cannot merge imported class with namespace, so declare subclasses instead
/** Used to show feedback after an activity. The difference with Notification is that the latter is often used to show a system level passive notification. */
exportconstMessage:ElMessage
/** A set of modal boxes simulating system message box, mainly for message prompt, success tips, error messages and query information */
exportconstMessageBox:ElMessageBox
/** Displays a global notification message at the upper right corner of the page */
exportconstNotification:ElNotification
// TS cannot merge imported class with namespace, so declare subclasses instead