import { ImgHTMLAttributes } from "react"; export declare const Image: (props: ImgHTMLAttributes) => JSX.Element;