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