import React from 'react'; import { WalletEditorProps, WalletEditorRef } from './types'; import './WalletEditor.less'; declare const WalletEditor: React.ForwardRefExoticComponent>; export default WalletEditor;