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