import { EditorOrchestrator, Forms } from "@tripetto/builder";
import { Operation } from "../operation";
export declare const explanationControl: (
    editor: EditorOrchestrator<Operation>,
    explanation: string
) => Forms.Form;
