// import Image from 'next/image'; // import React from 'react'; // type ImageLoaderProps = typeof Image; // const ImageLoader: React.FC = props => { // const { alt, width, height } = props; // return {alt}; // }; // export default ImageLoader;