import { ElTreeSelect } from 'element-plus'; export type TreeSelectProps = typeof ElTreeSelect; export declare const TreeSelect: any; export default TreeSelect;