import { default as React } from 'react'; type BadgeProps = { badgeKey?: string; children: React.ReactNode; }; export declare const Badge: ({ badgeKey, children }: BadgeProps) => import("react/jsx-runtime").JSX.Element; export {};