export { default as RecommendedLessonDetails } from '../../RecommendedLessonDetails/index';
export type { RecommendedLessonDetailsProps } from '../../RecommendedLessonDetails/index';
export { StudentPerformanceModal, type StudentPerformanceModalProps, } from './components/index';
export type { LessonDetailsLabels, BreadcrumbItem, DisplayStudent, StudentPerformanceData, StudentPerformanceLabels, LessonProgress, LessonQuestion, QuestionAlternative, } from '../../RecommendedLessonDetails/types/index';
//# sourceMappingURL=index.d.ts.map