import React, { type ElementType } from 'react'; import { type SpiritTimelineProps } from '../../types'; declare const Timeline: { (props: SpiritTimelineProps): React.JSX.Element; spiritComponent: string; }; export default Timeline;