import type { BasicType, VmType, VmIcon, VmSize, HandleEvent } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly type: BasicType, VmType | null>; readonly close: BasicType; /** 是否展示 */ readonly round: BasicType; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; readonly beforeIcon: BasicType, null>; readonly afterIcon: BasicType, null>; readonly size: BasicType, VmSize | null>; readonly simple: BasicType; readonly block: BasicType; readonly line: BasicType; readonly onClose: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, VmType | null>; readonly close: BasicType; /** 是否展示 */ readonly round: BasicType; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; readonly beforeIcon: BasicType, null>; readonly afterIcon: BasicType, null>; readonly size: BasicType, VmSize | null>; readonly simple: BasicType; readonly block: BasicType; readonly line: BasicType; readonly onClose: BasicType, null>; }>>, { readonly type: VmType; readonly close: boolean; readonly simple: boolean; readonly round: boolean; readonly background: string; readonly color: string; readonly beforeIcon: VmIcon; readonly onClose: HandleEvent; readonly size: VmSize; readonly block: boolean; readonly afterIcon: VmIcon; readonly line: boolean; }>; export default _sfc_main;