import React from 'react'; import type { NodeViewRendererProps } from 'ricos-types'; declare const LinkPreview: ({ node, nodeIndex, NodeViewContainer }: NodeViewRendererProps) => React.JSX.Element; export default LinkPreview; //# sourceMappingURL=linkPreview.d.ts.map