declare enum GalleryType { MEDIA = "Media", FILE = "File", LINK = "Link" } export { GalleryType }; //# sourceMappingURL=gallery.d.ts.map