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