import { Node } from "@tiptap/core";
export interface ImageOptions {
    HTMLAttributes: Record<string, any>;
}
export declare const Image: Node<any, any>;
