import type { NodeEditor } from '../editor'; import type { StoredGraph } from './types'; interface Props { editor: NodeEditor; formId?: string; existingGraph?: StoredGraph; } declare const MacroBlockForm: import("svelte").Component Promise; }, "">; type MacroBlockForm = ReturnType; export default MacroBlockForm;