import { EmbedType } from '../url-matchers'; export interface EmbedLinkRendererProps { nodeKey: string; type: EmbedType | null; url: string; } export declare function EmbedLinkRenderer({ type, url, nodeKey }: EmbedLinkRendererProps): import("react").JSX.Element; //# sourceMappingURL=EmbedLinkRenderer.d.ts.map