import type AtomHtmlEditor from "../AtomHtmlEditor"; 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").IHtmlCommand; }): any; //# sourceMappingURL=AddImage.d.ts.map