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