import Image from "next/image"; type NextImageProps = React.ComponentPropsWithoutRef; export const NextImage = (props: NextImageProps) => ( );