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