import * as React from 'react';
import { ItemProps } from '../common/propTypes';
declare class Item extends React.Component<ItemProps, {}> {
    private counter;
    constructor(props: ItemProps);
    render(): any;
    componentDidMount(): void;
    componentWillUnMount(): void;
    validationErrorPanel: () => any;
    WrapperGrid: (container: boolean) => (props: any) => any;
    getChildrenList: any;
    private isContainer;
    private getKey;
    private onRenderComponent;
    private onFocusComponent;
    private onValidationErrorClick;
    private registerSchemaEvents;
    private unRegisterSchemaEvents;
}
export default Item;
