import React from 'react'; import type { TimelineContentProps } from './types'; export declare function TimelineContent({ children, style }: TimelineContentProps): React.JSX.Element; //# sourceMappingURL=TimelineContent.d.ts.map