/// import { type ListProps as MuiListProps } from '@mui/material/List'; import { type WithoutEmotionSpecific } from '../types'; export type ListProps = WithoutEmotionSpecific; export declare const List: (props: ListProps) => JSX.Element;