import { ProTreeProps } from './propsType'; declare const ProTreeHandle: (props: ProTreeProps) => JSX.Element; export default ProTreeHandle;