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