import { type SFCWithInstall } from "../shared/install"; import { XyNotificationMethods } from "./methods"; import Notification from "./notification.vue"; export declare const XyNotification: SFCWithInstall & typeof XyNotificationMethods; export default XyNotification; export { close, close as xyNotificationClose, closeAll, closeAll as xyNotificationCloseAll, config, config as xyNotificationConfig, danger, danger as xyNotificationDanger, destroy, destroy as xyNotificationDestroy, error, error as xyNotificationError, info, info as xyNotificationInfo, open, open as xyNotificationOpen, success, success as xyNotificationSuccess, warning, warning as xyNotificationWarning, XyNotificationMethods, } from "./methods"; export type { NotificationInternalInstance, XyNotificationApi, XyNotificationClassNames, XyNotificationCloseTarget, XyNotificationGlobalConfig, XyNotificationHandler, XyNotificationMethodOptions, XyNotificationOpenOptions, XyNotificationPlacement, XyNotificationProps, XyNotificationResolvedConfig, XyNotificationSemanticDom, XyNotificationSemanticProps, XyNotificationSlots, XyNotificationStyles, XyNotificationType, } from "./types";