import React from "react"; import * as T from "./Image.types"; declare const Image: React.FC; export default Image;