import React from 'react'; import type { OldTreeProps } from './converter.old'; export type TreeProps = OldTreeProps; export declare const Tree: React.FC;