import type { NodeInstance } from '@xyo-network/sdk'; import type { PropsWithChildren } from 'react'; import React from 'react'; /** Props for {@link NodeProvider}. */ export interface NodeProviderProps { node?: NodeInstance | null; } /** Provides an XYO node instance to descendants via {@link NodeContext}. */ export declare const NodeProvider: React.FC>; //# sourceMappingURL=Provider.d.ts.map