import type { Meta, StoryObj } from '@storybook/react-vite'; import { List } from './List'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Base: Story; export declare const Draggable: Story; export declare const DraggableOverflow: Story; export declare const FullCase: Story;