declare function __VLS_template(): { icon?(_: {}): any; title?(_: {}): any; default?(_: {}): any; action?(_: {}): any; closeIcon?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent; description: { type: (BooleanConstructor | StringConstructor)[]; default: string; }; closable: { type: BooleanConstructor; default: boolean; }; center: BooleanConstructor; closeText: StringConstructor; showIcon: BooleanConstructor; effect: import('vue').PropType; iconStyle: import('vue').PropType; iconProps: import('vue').PropType; closeIconStyle: import('vue').PropType; closeIconProps: import('vue').PropType; bodyStyle: import('vue').PropType; titleStyle: import('vue').PropType; descriptionStyle: import('vue').PropType; transitionName: { type: StringConstructor; default: string; }; }>, { handleClose: (e: MouseEvent) => void; open: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: (_e: MouseEvent) => void; }, string, import('vue').PublicProps, Readonly; description: { type: (BooleanConstructor | StringConstructor)[]; default: string; }; closable: { type: BooleanConstructor; default: boolean; }; center: BooleanConstructor; closeText: StringConstructor; showIcon: BooleanConstructor; effect: import('vue').PropType; iconStyle: import('vue').PropType; iconProps: import('vue').PropType; closeIconStyle: import('vue').PropType; closeIconProps: import('vue').PropType; bodyStyle: import('vue').PropType; titleStyle: import('vue').PropType; descriptionStyle: import('vue').PropType; transitionName: { type: StringConstructor; default: string; }; }>> & Readonly<{ onClose?: ((_e: MouseEvent) => any) | undefined; }>, { description: string | boolean; closable: boolean; showIcon: boolean; center: boolean; transitionName: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };