import React from 'react';
import { GridGalleryProps } from '../types';
declare const GridGallery: React.FC<GridGalleryProps>;
export default GridGallery;
