import React from 'react'; import type { JSONSchema } from 'jamis-core'; import type { SchemaEditorItemCommonProps } from './types'; export declare class SchemaEditorItemCommon
extends React.Component
{ handleTypeChange(type: any): void; handlePropsChange(newValue: JSONSchema): void; handleBeforeSubmit(form: any): any; renderCommon(): JSX.Element; render(): JSX.Element; }