import React from 'react'; interface IProps { } export declare const TimeLine: React.FunctionComponent; export {};