import notification, { XNotification } from './notification';
export type { XNotificationOpenArgs, UseNotificationType, useNotificationType, } from './interface';
export { notification, XNotification };
export default notification;
/** Vue composable alias for `notification.useNotification()` */
export declare function useNotification(): import("./interface").UseNotificationType;
