/// <reference types="react" />
import { IImageProps } from './Image.types';
export declare const Image: (props: IImageProps) => JSX.Element;
