import * as React from "react"; import { Text, TextProps } from "./index"; type BadgeProps = TextProps; export const Badge = (props: BadgeProps) => ( );