import type { NotificationProps } from './notification'; declare var __VLS_9: {}, __VLS_11: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_9) => any; } & { default?: (props: typeof __VLS_11) => any; }; declare const __VLS_component: import("vue").DefineComponent; close: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { click: () => any; destroy: () => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClick?: (() => any) | undefined; onDestroy?: (() => any) | undefined; }>, { offset: number; position: import("./notification").NotificationPosition; showClose: boolean; duration: number; dangerouslyUseHTMLString: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };