import type { SsgParams } from "./ssg-params"; export default StoryShowGallery; export { SSG }; declare function StoryShowGallery({ config }: { config: SsgParams }): null; import SSG from "./ssg.esm.js";