import type { LearningViewProps } from '@contractspec/example.learning-journey-ui-shared'; interface GamifiedOverviewProps extends LearningViewProps { onStart?: () => void; } export declare function Overview({ track, progress, onStart }: GamifiedOverviewProps): import("react/jsx-runtime").JSX.Element; export {};