import * as React from 'react'; type ImgProps = Readonly>; declare const Img: React.ForwardRefExoticComponent, HTMLImageElement>, "ref">> & React.RefAttributes>; export { Img, type ImgProps };