import React from "react"; import type { GalleryOverlayProps } from "../../types"; export declare const DefaultHeader: React.MemoExoticComponent<({ onClose, currentImageIndex, imagesLength, isFocused, containerBackgroundColor, textColor, }: GalleryOverlayProps) => React.JSX.Element | null>; //# sourceMappingURL=DefaultHeader.d.ts.map