import type { PropType } from 'vue'; import { MessageType } from '../_utils/constant'; declare var __VLS_1: {}, __VLS_28: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_28) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; closable: { type: BooleanConstructor; default: boolean; }; showIcon: { type: BooleanConstructor; default: boolean; }; duration: { type: NumberConstructor; default: number; }; resetOnUpdate: { type: BooleanConstructor; default: boolean; }; resetOnHover: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: () => any; }, string, import("vue").PublicProps, Readonly; default: string; }; closable: { type: BooleanConstructor; default: boolean; }; showIcon: { type: BooleanConstructor; default: boolean; }; duration: { type: NumberConstructor; default: number; }; resetOnUpdate: { type: BooleanConstructor; default: boolean; }; resetOnHover: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClose?: (() => any) | undefined; }>, { type: "normal" | "success" | "warning" | "info" | "error" | "loading"; duration: number; closable: boolean; showIcon: boolean; resetOnUpdate: boolean; resetOnHover: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };