import React from 'react';
declare function _ReadableEditor(p: {
    initialCode: string;
    codeMirrorParentStyle?: any;
}): JSX.Element;
declare const ReadableEditor: React.MemoExoticComponent<typeof _ReadableEditor>;
export { ReadableEditor };
