import type { PropsWithChildren } from 'react'; import React from 'react'; /** Props for {@link DivinedPayloadProvider}. */ export interface DivinedPayloadProviderProps extends PropsWithChildren { hash?: string; } /** Resolves a payload from a hash/HURI and provides it via context. */ export declare const DivinedPayloadProvider: React.FC; /** Renders children with error handling for a failed divined payload. */ export declare const DivinedPayloadWithHandleInner: React.FC; /** Divined payload provider that also surfaces resolution errors in the UI. */ export declare const DivinedPayloadWithHandleProvider: React.FC; //# sourceMappingURL=Provider.d.ts.map