import { FC } from 'react';
import { TreeViewProps } from './types';
declare const TreeView: FC<TreeViewProps>;
export default TreeView;
