import type { MenuOwnerState } from "@mui/material/Menu"; import type { MenuListProps } from "@mui/material/MenuList"; interface MuiMenuListSlotProps extends MenuListProps { ownerState?: Pick; } declare const MuiMenuListSlot: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export { MuiMenuListSlot };