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