import React from 'react'; import type { LinkPreviewData } from 'wix-rich-content-common'; interface Props { container: HTMLElement; fetchUrlPreviewData: (url: string) => Promise; } declare const PreviewPopover: React.FC; export default PreviewPopover; //# sourceMappingURL=LinkPreviewPopover.d.ts.map