import type { Meta, StoryObj } from '@storybook/react';
import { Parallax } from './Parallax';
import './Parallax.stories.css';
declare const meta: Meta<typeof Parallax>;
export default meta;
declare type Story = StoryObj<typeof Parallax>;
export declare const Depth: Story;
