import React from "react"; import type { GalleryPreviewProps } from "./types"; export declare const GalleryPreview: (props: GalleryPreviewProps) => React.JSX.Element; //# sourceMappingURL=GalleryPreview.d.ts.map