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