import React from 'react'; import { BadgeProps } from '@mui/material/Badge'; declare const Badge: React.FC; export default Badge;