import React from 'react'; declare const SystemDetail: React.FC<{ transferTaskId: string; className?: string; }>; export default SystemDetail;