import React from 'react'; import type { TimelineProps } from './types'; export declare function Timeline(rawProps: TimelineProps): React.JSX.Element; //# sourceMappingURL=Timeline.d.ts.map