/// interface Props { onSelectd: (node: any) => void; } export default function CustomTree(props: Props): JSX.Element; export {};