import type { FightingType, FightingIcon, FightingSize, HandleEvent } from '../../_interface'; import type { BasicType } from '../../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly type: BasicType, FightingType | 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, FightingSize | null>; readonly simple: BasicType; readonly block: BasicType; readonly line: BasicType; readonly onClose: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, FightingType | 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, FightingSize | null>; readonly simple: BasicType; readonly block: BasicType; readonly line: BasicType; readonly onClose: BasicType, null>; }>>, { readonly type: FightingType; readonly close: boolean; readonly simple: boolean; readonly round: boolean; readonly background: string; readonly color: string; readonly beforeIcon: FightingIcon; readonly onClose: HandleEvent; readonly size: FightingSize; readonly block: boolean; readonly afterIcon: FightingIcon; readonly line: boolean; }>; export default _sfc_main;