import type { WalletInstance } from '@xyo-network/wallet-model'; import type { PropsWithChildren } from 'react'; import React from 'react'; import type { StandardNodesState } from './State.ts'; export type StandardNodesProviderProps = PropsWithChildren<{ defaultRemoteNodes?: StandardNodesState['nodes']; wallet?: WalletInstance | null; }>; export declare const StandardNodesProvider: React.FC; export declare const StandardNodesProviderWithWallet: React.FC>; //# sourceMappingURL=Providers.d.ts.map