declare const EditorConnected: any; export class Editor extends React.Component { constructor(props: any); getValueset: (valueSetId: any) => any; getItemById: (itemId: any) => any; findItemById(itemId: any): any; findValueset(valueSetId: any): any; createChildren(activePage: any, props: any, config: any): any; newItem(config: any, activePageId: any): void; getPageTabTitle(item: any): any; render(): React.JSX.Element | null; } import React from 'react'; export { EditorConnected as default };