import type { ComponentProps, FC, PropsWithChildren } from 'react'; export type TimelineBodyProps = PropsWithChildren & { className?: string; }>; export declare const TimelineBody: FC;