import { FC } from "react"; import { ImagePropsType } from "./interface"; declare const Image: FC; export default Image;