type $$ComponentProps = { loop?: boolean; closeOnBackdrop?: boolean; closeOnEscape?: boolean; showClose?: boolean; showNav?: boolean; showThumbnails?: boolean; showCounter?: boolean; showCaptions?: boolean; blurBackdrop?: boolean; zoomable?: boolean; draggable?: boolean; dismissible?: boolean; variant?: 'gallery' | 'single' | 'many' | 'minimal'; }; declare const ImageLightboxStory: import("svelte").Component<$$ComponentProps, {}, "">; type ImageLightboxStory = ReturnType; export default ImageLightboxStory;