import React from "react"; import type { ImageInfoAreaProps } from "./image-info-area"; export declare const ExploreImageModal: (props: ImageInfoAreaProps) => React.JSX.Element;