import type { StoryObj } from "@storybook/react"; import { Timeline } from "../index_with_tw_base"; declare const meta: { title: string; component: typeof Timeline; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Default: Story; //# sourceMappingURL=Timeline.stories.d.ts.map