import React from "react";
import "./index.less";
export declare type ZESchemaEditorProps = {
    showAutoSchema?: boolean;
};
declare const ZESchemaEditor: React.FC<ZESchemaEditorProps>;
export default ZESchemaEditor;
