import Timeline from './index';
import type { Meta, StoryObj } from '@storybook/react';
declare const meta: Meta<typeof Timeline>;
export default meta;
type Story = StoryObj<typeof Timeline>;
export declare const TimelineDemo1: Story;
export declare const TimelineDemo2: Story;