import { Meta, StoryObj } from '@storybook/react-vite';
import { MyGallery } from '../components';
declare const meta: Meta<typeof MyGallery>;
export default meta;
type Story = StoryObj<typeof MyGallery>;
export declare const Default: Story;
export declare const WithInfo: Story;
export declare const SingleImage: Story;
//# sourceMappingURL=MyGallery.stories.d.ts.map