import type { ExtractPropTypes } from "vue"; export declare const selectTreeProps: { readonly modelValue: import("/xplus/es/utils/props").BuildPropReturn; readonly tree: import("/xplus/es/utils/props").BuildPropReturn[]>, () => never[], unknown, unknown, unknown>; readonly nodeKey: import("/xplus/es/utils/props").BuildPropReturn; readonly defaultProps: import("/xplus/es/utils/props").BuildPropReturn { children: string; label: string; }, unknown, unknown, unknown>; readonly filterable: import("/xplus/es/utils/props").BuildPropReturn; readonly hasMax: import("/xplus/es/utils/props").BuildPropReturn; readonly fixedHeight: import("/xplus/es/utils/props").BuildPropReturn; readonly collapseTags: import("/xplus/es/utils/props").BuildPropReturn; }; export declare type SelectTreeProps = ExtractPropTypes;