import type { ComponentProps, FC, PropsWithChildren } from "react"; export type TimelineContentProps = PropsWithChildren & { className?: string; }>; export declare const TimelineContent: FC;