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