import type { VmType } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Badge from "./src/badge"; export declare const VBadge: Install, string | number | null>; readonly max: BasicType; readonly dot: BasicType; readonly show: BasicType; readonly type: BasicType, VmType | 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, VmType | null>; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; }>>, { readonly type: VmType; 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'; export default VBadge;