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