import type { GalleryPreviewProps } from "../types"; type StateType = Pick; export declare const useGalleryPreview: () => { openGalleryPreview: (imageIndex: number) => void; closeGalleryPreview: () => void; galleryPreviewState: StateType; }; export {}; //# sourceMappingURL=useGalleryPreview.d.ts.map