import { Plugin } from 'vue'; import Badge from './src/Badge.vue'; export type { BadgeProps } from './src/Badge'; export declare const BadgePlugin: Plugin; export { Badge };