import type { FightingSize, FightingType, FightingLang } from '../_interface'; import type { BasicType } from '../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import FightingGlobal from "./src/fighting-global"; export declare const FFightingGlobal: Install, 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; }>>; /** fighting-global 组件实例类型 */ export type FightingGlobalInstance = InstanceType; export * from './src/interface.d'; export default FFightingGlobal;