export declare const ListRoot: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & import("./List.types").ListSlotsAndSlotProps & { density?: import("@mui/types").OverridableStringUnion<"standard" | "compact" | "comfortable", import("./List.types").ListPropsSizeOverrides>; orientation?: "horizontal" | "vertical"; wrap?: boolean; } & Omit, HTMLDivElement>, "ref"> & { ref?: React.Ref; }, "wrap" | keyof import("../types/slot").SlotCommonProps | "orientation" | "density" | keyof import("./List.types").ListSlotsAndSlotProps>, React.DetailedHTMLProps, HTMLUListElement>, {}>;