import * as next_image from 'next/image'; import * as next_dist_shared_lib_get_img_props from 'next/dist/shared/lib/get-img-props'; import * as react from 'react'; declare const Image: react.ForwardRefExoticComponent, HTMLImageElement>, "src" | "srcSet" | "ref" | "alt" | "width" | "height" | "loading"> & { src: string | next_dist_shared_lib_get_img_props.StaticImport; alt: string; width?: number | `${number}`; height?: number | `${number}`; fill?: boolean; loader?: next_image.ImageLoader; quality?: number | `${number}`; preload?: boolean; priority?: boolean; loading?: "lazy" | "eager" | undefined; placeholder?: next_dist_shared_lib_get_img_props.PlaceholderValue; blurDataURL?: string; unoptimized?: boolean; overrideSrc?: string; onLoadingComplete?: next_dist_shared_lib_get_img_props.OnLoadingComplete; layout?: string; objectFit?: string; objectPosition?: string; lazyBoundary?: string; lazyRoot?: string; } & react.RefAttributes>; export { Image };