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