import * as React from 'react'; import { ITsxEditorProps } from './TsxEditor.types'; /** * Wrapper for rendering a Monaco instance and also transpiling/eval-ing the React example code inside. */ export declare const TsxEditor: React.FunctionComponent; export default TsxEditor;