import { ImageProps as NextImageProps } from 'next/image'; export type ImageProps = Omit & { aspectRatio?: string | number; href?: string; width?: string | number; height?: string | number; };