import type { ViewerPluginCreator } from 'wix-rich-content-common'; import type { LinkPreviewPluginViewerConfig } from './types'; import { LINK_PREVIEW_TYPE } from './types'; export { LINK_PREVIEW_TYPE }; export declare const pluginLinkPreview: ViewerPluginCreator; //# sourceMappingURL=viewer.d.ts.map