import { type GalleryProps as Props } from '.';
declare const Gallery: import("svelte").Component<Props, {}, "">;
type Gallery = ReturnType<typeof Gallery>;
export default Gallery;
