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