import { default as React } from 'react'; type ImageProps = React.ComponentPropsWithoutRef<'img'> & { asChild?: boolean; }; declare const Image: React.ForwardRefExoticComponent, HTMLImageElement>, "ref"> & { asChild?: boolean; } & React.RefAttributes>; export { Image }; export type { ImageProps };