import { default as React } from 'react'; import { TimelineProps } from './types'; declare const Timeline: React.FC; export default Timeline;