export declare function EmbedComponent({ html, nodeKey, }: { html: string; nodeKey: string; }): import("react/jsx-runtime").JSX.Element;