import { default as Badge } from './badge.vue';
import { ComponentPublicInstance } from 'vue';
export { Badge };
export { badgeProps } from './props';
export type BadgeExposed = ComponentPublicInstance & InstanceType<typeof Badge>;
export type { BadgeProps, BadgeCProps } from './props';
export type { BadgeType, BadgeSlots } from './symbol';
