import React from 'react'; declare const BugReportForm: React.FC<{ onSubmit: () => void; }>; export default BugReportForm;