import TreeSelect from './src/tree-select.vue';
import type { SFCWithInstall } from 'code-monkey-ui/es/utils';
declare const _TreeSelect: import("code-monkey-ui/es/utils").SFCWithInstall<typeof TreeSelect>;
export default _TreeSelect;
export declare const ElTreeSelect: typeof _TreeSelect;