import React from 'react';
/**
 * 同步远程代码按钮（用于工作流脚本节点）
 * 从远程地址获取代码并填充到代码编辑器中
 */
export declare const SyncRemoteCodeButton: React.FC;
