import React from 'react';
import type { TreeCompProps, TreeCompRef } from '../types';
export declare const TreeComp: React.ForwardRefExoticComponent<TreeCompProps & React.RefAttributes<TreeCompRef>>;
