import type { FightingType } 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 Badge from "./src/badge"; export declare const FBadge: Install, 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; }>>; /** badge 组件实例类型 */ export type BadgeInstance = InstanceType; export * from './src/interface.d'; export default FBadge;