import { type MenuListProps as MuiMenuListProps } from '@mui/material/MenuList'; import { type WithoutEmotionSpecific } from '../types'; export type MenuListProps = WithoutEmotionSpecific;