declare const MuiMenuItem: {
    root: {
        "& .MuiBadge-dot": {
            minWidth: string;
            height: string;
            "&.MuiBadge-colorError": {
                backgroundColor: string;
            };
        };
    };
};
export default MuiMenuItem;
