import React from "react"; import { ImageProps } from "./types"; declare const Image: React.FC; export default Image;