import * as React from "react"; import { ImageProps } from "./image.type"; declare const Image: React.FunctionComponent; export { Image };