import type { PropsWithChildren } from 'react'; import React from 'react'; /** Props for {@link ValidatePayloadProvider}. */ export interface ValidatePayloadProviderProps { /** Opt-in flag to validate payloads for the plugin(s). */ enabled?: boolean; } /** Optionally validates the resolved payload schema and exposes the result via context. */ export declare const ValidatePayloadProvider: React.FC>; //# sourceMappingURL=Provider.d.ts.map