import { ReactElement } from 'react'; import { GraphProviderProps } from '@graphysdk/react-renderer'; /** * The batteries-included `GraphProvider`: identical to `@graphysdk/react-renderer`'s, except the * provenance badge defaults to on. It seeds `config.content.brandMark.enabled` beneath the caller's * `spec`, so any explicit opt-out still wins, then hands the result to the renderer's provider. No * rendering behaviour changes — only the resolved default. */ export declare const GraphProvider: (props: GraphProviderProps) => ReactElement;