import type { OutputData } from '@editorjs/editorjs'; declare const createDialog: ({ editorJSData, onClose, }: { editorJSData: OutputData; onClose?: ((event: { editorJSData: OutputData; }) => void) | undefined; }) => HTMLDialogElement; export { createDialog };