import { FC } from 'react'; import { GalleryProps } from './types'; /** * Gallery component providing photoswipe context */ export declare const Gallery: FC;