import type { MessageProps } from './message'; 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, {} & { destroy: () => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onDestroy?: (() => any) | undefined; }>, { type: import("./message").MessageType; placement: import("./message").MessagePlacement; offset: number; center: boolean; showClose: boolean; duration: number; dangerouslyUseHTMLString: boolean; grouping: boolean; repeatNum: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };