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