import { type BadgeRootCommonProps, type BadgeRootOptions, type BadgeRootProps, type BadgeRootRenderProps, BadgeRoot as Root, } from "./badge-root"; export type { BadgeRootOptions, BadgeRootCommonProps, BadgeRootRenderProps, BadgeRootProps, }; export { Root }; export const Badge = Root;