/// <reference types="react" />
import type { Props } from "./types";
declare const Timeline: ({ children, spaceAfter, direction, dataTest, id }: Props) => JSX.Element | null;
export default Timeline;
export { default as TimelineStep } from "./TimelineStep";
