export declare const ListItemRoot: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & import("./ListItem.types").ListItemSlotsAndSlotProps & { children?: React.ReactNode; disabled?: boolean; nested?: boolean; sticky?: boolean; } & Omit, HTMLDivElement>, "ref"> & { ref?: React.Ref; }, "disabled" | "sticky" | "children" | keyof import("../types/slot").SlotCommonProps | keyof import("./ListItem.types").ListItemSlotsAndSlotProps | "nested">, React.DetailedHTMLProps, HTMLLIElement>, {}>;