import type { ExtractPropTypes } from 'vue'; import type TreeSelect from './tree-select.vue'; export declare const treeSelectProps: { readonly isGray: import("ll-plus/es/utils").EpPropFinalized; readonly treeLine: import("ll-plus/es/utils").EpPropFinalized; readonly showLeafIcon: import("ll-plus/es/utils").EpPropFinalized; readonly popupClassName: import("ll-plus/es/utils").EpPropFinalized; }; export type TreeSelectProps = ExtractPropTypes; export type TreeSelectInstance = InstanceType;