import { PluginKey } from 'prosemirror-state'; export { ImgSizeAttr } from "./ImgSizeSpecs/index.js"; export { imageNodeName, addImageAction } from "../../markdown/Image/const.js"; export declare const IMG_MAX_HEIGHT = 600; export type ImageRendererState = { linkAdded: boolean; }; export declare const imageRendererKey: PluginKey;