import { Editor } from "slate";
declare type Props = {
    module: {
        [index: string]: unknown;
    };
    editor: Editor;
};
export declare const ScriptEditor: ({ module, editor }: Props) => JSX.Element;
export {};
//# sourceMappingURL=scriptEditor.d.ts.map