export interface JsonEditorProps { value: string; onChange?: (value: string) => void; readOnly?: boolean; error?: string; height?: string; className?: string; } export declare function JsonEditor({ value, onChange, readOnly, error: externalError, height, className, }: JsonEditorProps): import("react").JSX.Element; //# sourceMappingURL=JsonEditor.d.ts.map