import { GalleryProps } from './types';
declare const Gallery: ({ className, aspect, data, caption, style }: GalleryProps) => import("react/jsx-runtime").JSX.Element;
export default Gallery;
