import { WalletEditorProps, WalletEditorRef } from "./types.js"; import React from "react"; //#region src/plus/walletEditor/WalletEditor.d.ts declare const WalletEditor: React.ForwardRefExoticComponent>; //#endregion export { WalletEditor };