import type { Ref } from 'vue'; export default function useTreeSelectStyle(prefixCls: Ref<string>, treePrefixCls: Ref<string>): import("../../theme/internal").UseComponentStyleResult;