declare class Item extends React.Component { constructor(props: any); deleteItem: any; createChildren(props: any, config: any): any; getErrors(): any; getErrorLevel(): "STATUS_OK" | "STATUS_ERRORS" | "STATUS_WARNINGS"; getBorderColor(): "blue" | "yellow" | "red" | null; setActive(noScroll?: boolean): void; newItem(config: any, parentItemId: any, afterItemId: any): void; setAttribute(attribute: any, value: any, language?: null): void; changeId(): void; setActivePage(pageId: any): void; setTreeCollapsed(collapsed: any): void; } export function connectItem(component: any): any; import React from 'react'; export { Item as default };