import * as React from "react"; import type { ImageInfoAreaProps } from "./image-info-area"; export default function ExploreImageModalContent({ backgroundImage, caption, alt, longDescription, linterContext, apiOptions, box, labels, range, zoomSize, isGifPlaying, setIsGifPlaying, }: ImageInfoAreaProps): React.JSX.Element | null;