import { ReactElement } from 'react'; import { ImageProps } from 'next/image'; declare function Image(props: ImageProps): ReactElement; export { Image };