import { PropsWithChildren } from 'react'; export type TimelineProps = PropsWithChildren<{}>; export declare function Timeline({ children }: TimelineProps): import("react/jsx-runtime").JSX.Element;