///
import type { Theme } from '@mui/material/styles';
import type { BadgeColor } from './type';
export declare const BadgeStyled: import("@emotion/styled").StyledComponent & {
$color?: BadgeColor | undefined;
$compact?: boolean | undefined;
$round?: boolean | undefined;
$pointer?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;