import { List } from './index';
import { Meta, StoryObj } from '@storybook/react';

declare const meta: Meta<typeof List>;
export default meta;
type Story = StoryObj<typeof List>;
export declare const Primary: Story;
export declare const Disabled: Story;
export declare const Active: Story;
export declare const Group: Story;
