import { IMAGE_WIDTH_LARGE, ImageProps } from '.'; import ImageWithFallback from './ImageWithFallback'; import ImageActions from './ImageActions'; export default function ImageLarge(props: ImageProps) { const { aspectRatio, blurCompatibilityMode, enableImageActions = false, ...rest } = props; return ( ); };