import type { ProTreeType } from './propsType'; declare const ProTreeHandle: (props: ProTreeType) => import("react/jsx-runtime").JSX.Element; export default ProTreeHandle;