import { BlockElement, Editor } from "../../../interface"; export declare function showAddImageDialog(editor: Editor, block: BlockElement): void;