import React from "react"; import { List } from "."; declare const _default: { title: string; component: typeof List; decorators: ((Story: () => React.ReactNode) => JSX.Element)[]; }; export default _default; export declare const ListStory: import("@storybook/csf").StoryAnnotations; export declare const ListItemLargeStory: import("@storybook/csf").StoryAnnotations; export declare const ListItemErrorStory: import("@storybook/csf").StoryAnnotations; export declare const ListItemDisabledStory: import("@storybook/csf").StoryAnnotations; export declare const ListItemInlineDescStory: import("@storybook/csf").StoryAnnotations; export declare const ListItemBlockDescStory: import("@storybook/csf").StoryAnnotations; export declare const ListItemOverflowStory: import("@storybook/csf").StoryAnnotations; export declare const ListItemEndIconStory: import("@storybook/csf").StoryAnnotations;