import { Meta, StoryObj } from '@storybook/react'; import { default as ParticleSystem } from './ParticleSystem'; type Story = StoryObj; declare const _default: Meta; export default _default; export declare const Snow: Story;