import type { PropType } from 'vue'; import { MessageType } from '../_utils/constant'; declare var __VLS_9: {}, __VLS_31: {}, __VLS_33: {}, __VLS_35: {}, __VLS_37: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_9) => any; } & { title?: (props: typeof __VLS_31) => any; } & { default?: (props: typeof __VLS_33) => any; } & { action?: (props: typeof __VLS_35) => any; } & { 'close-element'?: (props: typeof __VLS_37) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; showIcon: { type: BooleanConstructor; default: boolean; }; closable: { type: BooleanConstructor; default: boolean; }; title: StringConstructor; banner: { type: BooleanConstructor; default: boolean; }; center: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: (_ev: Event) => any; afterClose: () => any; }, string, import("vue").PublicProps, Readonly; default: string; }; showIcon: { type: BooleanConstructor; default: boolean; }; closable: { type: BooleanConstructor; default: boolean; }; title: StringConstructor; banner: { type: BooleanConstructor; default: boolean; }; center: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClose?: ((_ev: Event) => any) | undefined; onAfterClose?: (() => any) | undefined; }>, { type: "normal" | "success" | "warning" | "info" | "error"; center: boolean; closable: boolean; showIcon: boolean; banner: 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; }; };