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