type ModBadgeErrorProps = { content: string; className?: string; }; type ModBadgeInfoProps = { content: string; className?: string; }; type ModBadgeSuccessProps = { content: string; className?: string; }; export type { ModBadgeErrorProps, ModBadgeInfoProps, ModBadgeSuccessProps };