import type { BasicType } from '../../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { FightingType, FightingLang, FightingSize } from '../../_interface'; declare const _sfc_main: DefineComponent<{ readonly size: BasicType, FightingSize | null>; readonly type: BasicType, FightingType | null>; readonly lang: BasicType, FightingLang | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, FightingSize | null>; readonly type: BasicType, FightingType | null>; readonly lang: BasicType, FightingLang | null>; }>>, { readonly type: FightingType; readonly size: FightingSize; readonly lang: FightingLang; }>; export default _sfc_main;