export declare const MenuListRoot: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & import("../List").ListSlotsAndSlotProps & { density?: import("@mui/types").OverridableStringUnion<"standard" | "compact" | "comfortable", import("../List").ListPropsSizeOverrides>; orientation?: "horizontal" | "vertical"; wrap?: boolean; } & Omit, HTMLDivElement>, "ref"> & { ref?: React.Ref; }, "wrap" | keyof import("../types/slot").SlotCommonProps | "orientation" | "density" | keyof import("../List").ListSlotsAndSlotProps> & React.ClassAttributes & React.HTMLAttributes & import("./MenuList.types").MenuListSlotsAndSlotProps & { size?: "small" | "medium" | "large"; density?: "compact" | "standard" | "comfortable"; onItemsChange?: (items: string[]) => void; } & Omit, HTMLUListElement>, "ref"> & { ref?: React.Ref; }, "size" | keyof import("../types/slot").SlotCommonProps | "density" | "onItemsChange" | keyof import("./MenuList.types").MenuListSlotsAndSlotProps>, {}, {}>;