///
import type { StoryObj } from '@storybook/react';
declare const meta: {
title: string;
component: import("react").FC;
tags: string[];
args: {
items: {
id: string;
label: string;
}[];
};
decorators: ((Story: import("@storybook/types").PartialStoryFn> | undefined;
} | undefined;
}>) => import("react/jsx-runtime").JSX.Element)[];
};
export default meta;
type Story = StoryObj;
export declare const ListComponent: Story;