import type { PropsWithChildren } from 'react'; import React from 'react'; import type { EmbedPluginProps } from '../types/index.js'; /** Wires embed providers, resolvers, and validators around child plugin content. */ export declare const EmbedPluginInner: React.FC>; //# sourceMappingURL=EmbedPlugin.d.ts.map