/// declare const Badge: ({ children, color }: { children: string | JSX.Element; color?: string | undefined; }) => JSX.Element; export default Badge;