import type { SFCWithInstall } from '@interface-ui/utils'; import Badge from './src/index.vue'; export declare const InBadge: SFCWithInstall; export default InBadge; export * from './src/badge'; export type BadgeInstance = InstanceType;