import type { XyIconName } from "../icon"; import type { XyNotificationClassNames, XyNotificationProps, XyNotificationSlots, XyNotificationStyles } from "./types"; interface NotificationProps extends XyNotificationProps { classNames?: XyNotificationClassNames; duration?: number; progressKey?: number | string; styles?: XyNotificationStyles; } type __VLS_Slots = XyNotificationSlots; declare const __VLS_base: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; }>, { progress: number; type: import("./types").XyNotificationType; icon: boolean | XyIconName; message: string | number | boolean | import("vue").VNode | import("vue").VNodeArrayChildren | null; description: string | number | boolean | import("vue").VNode | import("vue").VNodeArrayChildren | null; closable: boolean; closeAriaLabel: string; actions: string | number | boolean | import("vue").VNode | import("vue").VNodeArrayChildren | null; progressAriaLabel: string; showProgress: boolean; progressKey: number | string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };