import { ProTreeModalProps } from './propsType'; import './style/index.less'; export declare const CASCADER = "CASCADER"; declare const ProTreeModal: (props: ProTreeModalProps) => JSX.Element; export default ProTreeModal;