import { PropsWithChildren, ReactElement } from 'react';
import { BadgeProps } from '@mui/material/Badge';
export declare function BadgeCustom({ children, ...props }: PropsWithChildren<BadgeProps>): ReactElement;
