import type { FightingType } 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 value: BasicType, string | number | null>; readonly max: BasicType; readonly dot: BasicType; readonly show: BasicType; /** 样式列表 */ readonly type: BasicType, FightingType | null>; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | number | null>; readonly max: BasicType; readonly dot: BasicType; readonly show: BasicType; /** 样式列表 */ readonly type: BasicType, FightingType | null>; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; }>>, { readonly type: FightingType; readonly background: string; readonly color: string; readonly value: string | number; readonly max: number; readonly dot: boolean; readonly show: boolean; }>; export default _sfc_main;