import type { Meta, StoryFn } from '@storybook/react'; declare const _default: Meta; export default _default; interface LightboxStoryProps { limit?: number; cycle?: boolean; error?: boolean; } export declare const LightboxDemo: StoryFn; //# sourceMappingURL=Lightbox.stories.d.ts.map