import React__default, { ImgHTMLAttributes, ElementType } from 'react'; interface ImageProps extends ImgHTMLAttributes { as?: ElementType; } declare const Image: React__default.ForwardRefExoticComponent>; export { Image, type ImageProps };