interface GalleryGridProps {
    images: string[];
    onShowAll: () => void;
    buttonLabel?: string;
}
export declare const GalleryGrid: React.FC<GalleryGridProps>;
export {};
