import type { PropsWithChildren } from 'react'; import React from 'react'; import type { EmbedPluginBase } from './State.js'; /** Props for {@link EmbedPluginProvider}. */ export type EmbedPluginProviderProps = EmbedPluginBase; /** Exposes passed embed plugin props and active plugin selection via context. */ export declare const EmbedPluginProvider: React.FC>; //# sourceMappingURL=Provider.d.ts.map