import React from 'react';
import { GuiTreeViewProps } from './GuiTreeView.type';
export declare const GuiTree: React.FC<GuiTreeViewProps>;
export default GuiTree;
