export default Editor;
declare const Editor: import("react-redux").ConnectedComponent<typeof StructEditor, import("react-redux").Omit<any, string | number | symbol>>;
import { StructEditor } from "./components";
