import { type BadgeElProps } from "../html/index.js"; export type BadgeProps = BadgeElProps; declare function Badge(props: BadgeProps): import("react").JSX.Element; export { Badge }; export * from "./variants.js"; //# sourceMappingURL=index.d.ts.map