export interface ImageResizeOptions { inline: boolean; minWidth?: number; maxWidth?: number; } export declare const ImageResize: import("@tiptap/core").Node; //# sourceMappingURL=image-resize.d.ts.map