import { TreeProps } from 'antd'; import React from 'react'; export declare const Tree: React.ForwardRefExoticComponent & { children?: React.ReactNode | undefined; } & { ref?: React.Ref; } & import("@cuvp1225/boot").TangoComponentProps, "ref"> & React.RefAttributes>;