import * as React from "react";
import type { Props as StepProps, Type } from "../types";
interface Props extends StepProps {
    last: boolean;
    prevType: Type;
    nextType: Type;
    hasSubLabelMargin?: boolean;
}
declare const TimelineStepDesktop: ({ type, nextType, prevType, last, children, active, label, subLabel, hasSubLabelMargin, }: Props) => React.JSX.Element;
export default TimelineStepDesktop;
//# sourceMappingURL=TimelineStepDesktop.d.ts.map