import type { PropsWithChildren } from 'react'; import React from 'react'; /** Props for {@link ActiveStandardNode}. */ export interface ActiveStandardNodeProps extends PropsWithChildren { nodeNameOrAddress?: string; } /** Attaches the network-selected standard remote node to the provided local node. */ export declare const ActiveStandardNode: React.FC; //# sourceMappingURL=ActiveStandardNode.d.ts.map