import * as React from 'react'; import { PropsWithChildren } from 'react'; import { ImageProps } from '../../image'; declare const img: (props: PropsWithChildren) => React.JSX.Element; export default img;