import { PropsWithChildren } from 'react'; import type { OldBadgeProps } from './converter.old'; export type BadgeProps = OldBadgeProps; export declare const Badge: (props: PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element;