import React from "react"; import type { GalleryImageItemProps } from "../../types"; export declare const GalleryImageItem: React.MemoExoticComponent<({ item, width, height, ImageComponent, ...props }: GalleryImageItemProps) => React.JSX.Element>; //# sourceMappingURL=GalleryImageItem.d.ts.map