import { FunctionComponent } from "react"; import { ImageProps } from "./image.model"; declare const Image: FunctionComponent; export { Image };