import type AtomHtmlEditor from "../AtomHtmlEditor.js"; export declare function showImageDialog(s: AtomHtmlEditor, e: Event): Promise | string; export default function AddImage({ eventInsertHtml, insertCommand }: { eventInsertHtml?: (s: AtomHtmlEditor, e: Event) => string | Promise; insertCommand?: import("./HtmlCommands.js").IHtmlCommand; }): any; //# sourceMappingURL=AddImage.d.ts.map