import React from 'react'; import { DataDWHEndLessonFlow } from '../../helpers'; interface Props { onRequestClose: () => void; onSuccess: () => void; lessonId: number; } export declare const ModalTechFeedback: ({ onRequestClose, lessonId, onSuccess, dataDWHCombined, }: Props & DataDWHEndLessonFlow) => React.JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map