import React from 'react'; import { ImageListProps } from '@mui/material/ImageList'; declare const ImageList: React.FC; export default ImageList;