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