import React from "react"; import type { CommonImageProps, ZoomProps, GifProps } from "./image-info-area"; type Props = CommonImageProps & ZoomProps & GifProps; export declare const ExploreImageModal: (props: Props) => React.JSX.Element; export {};