export declare const TimelineWrapper: { ({ style, timeline }: { style: any; timeline: any; }): string; // Define propTypes propTypes: { style: any; timeline: any; }; }; //# sourceMappingURL=TimelineWrapper.d.ts.map