import type { ViewerPluginCreator } from 'wix-rich-content-common'; import type { ImagePluginViewerConfig } from './types'; import { IMAGE_TYPE } from './types'; export { IMAGE_TYPE, ImagePluginViewerConfig }; export declare const pluginImage: ViewerPluginCreator; //# sourceMappingURL=viewer-loadable.d.ts.map