import * as React from "react";
import type { Props } from "./types";
declare const TimelineStep: ({ children, label, subLabel, type, active }: Props) => React.JSX.Element;
export default TimelineStep;
