import React from 'react'; declare const ReportGen: React.FC<{ report: string; onClose: () => void; }>; export default ReportGen; //# sourceMappingURL=reportgen.d.ts.map