import { Meta } from '@storybook/react';
import { TimelineProps } from './Timeline';
declare const _default: Meta<TimelineProps>;
export default _default;
export declare const TimelineExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, TimelineProps>;
