import TreeSelect from './src/tree-select.vue'; export declare const LlTreeSelect: import("ll-plus/es/utils").SFCWithInstall; readonly treeLine: import("ll-plus/es/utils").EpPropFinalized; readonly showLeafIcon: import("ll-plus/es/utils").EpPropFinalized; readonly popupClassName: import("ll-plus/es/utils").EpPropFinalized; }>, { attrs: import("vue").Attrs; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly treeLine: import("ll-plus/es/utils").EpPropFinalized; readonly showLeafIcon: import("ll-plus/es/utils").EpPropFinalized; readonly popupClassName: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{}>, { readonly popupClassName: string; readonly treeLine: import("ll-plus/es/utils").EpPropMergeType; readonly isGray: import("ll-plus/es/utils").EpPropMergeType; readonly showLeafIcon: import("ll-plus/es/utils").EpPropMergeType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default LlTreeSelect; export * from './src/tree-select'; declare module 'vue' { interface GlobalComponents { LlTreeSelect: typeof TreeSelect; } }