import { ComponentProps, forwardRef } from 'react'; export const Image = forwardRef>( ({ crossOrigin, ...props }, ref) => ( ) );