import * as React from 'react';
import { NodeEditorProps } from '../..';
export declare const DefaultEditorComponent: React.FunctionComponent<NodeEditorProps & {
    name: string;
}>;
//# sourceMappingURL=editor.d.ts.map