import type { FightingSize } 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 round: BasicType; readonly animated: BasicType; readonly rows: BasicType; readonly loading: BasicType; readonly size: BasicType, FightingSize | null>; /** 判断是否有插槽 */ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly animated: BasicType; readonly rows: BasicType; readonly loading: BasicType; readonly size: BasicType, FightingSize | null>; /** 判断是否有插槽 */ }>>, { readonly round: boolean; readonly size: FightingSize; readonly loading: boolean; readonly animated: boolean; readonly rows: number; }>; export default _sfc_main;