import React from "react";
import { IImageProps } from "../../models";
declare const Image: React.FC<IImageProps>;
export default Image;
