import React from "react"; const ImageAlt = ({ width, height, color }) => ( ); export default ImageAlt;