///
import { CustomAutoFormRef } from '../Form/CustomAutoForm';
import './MetadataEditor.scss';
interface MetadataEditorProps {
name: string;
schema: any;
metadata: any;
onChangeModel: (model: any) => void;
handleConfirm?: () => void;
}
export declare const MetadataEditor: import("react").ForwardRefExoticComponent>;
export {};