import type { TBadgeProps } from './Badge.type'; declare const Badge: (props: TBadgeProps) => import("react/jsx-runtime").JSX.Element; export default Badge;