import type { GalleryProps, ImgType } from './type';
import Gallery from './Gallery.svelte';
import { gallery } from './theme';
export { Gallery, gallery, type GalleryProps, type ImgType };
