import React from 'react';
import { SchemaItemProps } from "../../../types";
import './index.less';
declare const _default: React.MemoExoticComponent<(props: SchemaItemProps & {
nodeDepthPathObj?: any;
}) => React.JSX.Element>;
export default _default;