import { ImageProps } from '@graphcms/rich-text-types'; export declare function Image({ src, width, height, altText, title, }: Partial): JSX.Element;