/// <reference types="react" />
import { JSONEditorProps } from './type';
export declare function JSONEditorBrick(props: JSONEditorProps): JSX.Element;
