import './ProgressStepBarLine.css'; import { Line, ProgressStepBarPropDirection, ProgressStepBarPropSize } from '../helpers'; type ProgressStepBarLineProps = { lines: Line[]; size: ProgressStepBarPropSize; direction: ProgressStepBarPropDirection; activeStepIndex?: number; }; export declare const ProgressStepBarLine: (props: ProgressStepBarLineProps) => import("react/jsx-runtime").JSX.Element; export {};