import React from 'react'; interface Props { sessionId: string; userToken: string; } declare const HumanizationReportScreen: React.NamedExoticComponent; export default HumanizationReportScreen; //# sourceMappingURL=HumanizationReportScreen.d.ts.map