declare const MuiListItem: { root: { backgroundColor: string; "&.MuiListItem-button": { backgroundColor: string; }; "&.Mui-selected": { "&:hover": { backgroundColor: string; }; }; }; }; export default MuiListItem;