import type { StudentLessonProgressModalProps } from '../../StudentLessonProgressModal/types/index';
/**
 * StudentLessonProgressModal component
 *
 * Displays a modal with student lesson progress information including:
 * - Student name with profile icon
 * - Completion rate circle
 * - Best result and biggest difficulty highlight cards
 * - Expandable nested list of lesson progress by topic
 */
export declare const StudentLessonProgressModal: ({ isOpen, onClose, data, loading, error, labels: customLabels, }: StudentLessonProgressModalProps) => import("react/jsx-runtime").JSX.Element | null;
export default StudentLessonProgressModal;
//# sourceMappingURL=StudentLessonProgressModal.d.ts.map