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