/// import { TextProps } from "./index"; declare type BadgeProps = TextProps; export declare const Badge: (props: BadgeProps) => JSX.Element; export {};