import React from 'react';
export type TreeProps = {
    className?: string;
};
export declare const Tree: React.FC<TreeProps>;
