import type { GalleryItem } from '../Gallery/GalleryContext'; export type ImageProps = GalleryItem; /** * Display image with tap-to-expand modal gallery. */ export declare const ImageComponent: (galleryItem: ImageProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Image.d.ts.map