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