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