import { NotificationProps } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { icon?(_: {}): any; title?(_: {}): any; default?(_: {}): any; actions?(_: {}): any; }; refs: { notificationRef: HTMLDivElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; close: (key: string) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClick?: (() => any) | undefined; onClose?: ((key: string) => any) | undefined; }>, { onClose: (key: string) => void; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { notificationRef: HTMLDivElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };