import React from 'react';
import { IProps } from './interface';
export declare const NodeTreePanelMain: React.FC<IProps>;
export declare const NodeTreePanel: React.FC<IProps>;
