import React from "react"; type ImageProps = React.ImgHTMLAttributes; declare const Image: React.FC; export default Image;