import { BadgeProps } from '@mui/material/Badge'; export interface BadgeWrapperProps extends BadgeProps { children: React.ReactNode; }