import React from 'react'; import { ListProps } from '@mui/material/List'; declare const List: (props: ListProps) => React.ReactElement; export default List;