import { Meta, StoryObj } from '@storybook/react'; import { ListView } from '../ListView'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const ManyChildren: Story; export declare const SingleChild: Story; export declare const Snapshot: Story; //# sourceMappingURL=ListView.stories.d.ts.map