import * as React from 'react'; import * as typings from './script.type'; export default class EditBoxScript extends React.Component { static defaultProps: typings.PropsDefine; state: typings.StateDefine; handleCodeChange(): void; render(): JSX.Element; }