import * as React from "react"; import type { ImageProps } from "./image.types"; declare function Image(props: ImageProps): React.JSX.Element; export default Image;