import type { LearningViewProps } from '@contractspec/example.learning-journey-ui-shared'; export declare function Steps({ track, progress, onStepComplete }: LearningViewProps): import("react/jsx-runtime").JSX.Element;