import { type GalleryItem } from './GalleryContext'; type GalleryHeaderProps = { currentItem: GalleryItem; }; export declare const GalleryHeader: ({ currentItem }: GalleryHeaderProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=GalleryHeader.d.ts.map