/// <reference types="react" />
import { FormContextType, FormControlType } from '../../types/common-form-components-types';
export declare const TreeNodeDataBuilder: (props: FormControlType & FormContextType) => JSX.Element;
