import { Ref } from 'vue'; import { TreeDropProps } from '../components/TreeDrop.vue'; declare const prefixCls = "vtree-tree-drop"; export { prefixCls as TREE_DROP_PREFIX_CLS }; export declare const useTreeDropCls: (props: TreeDropProps, options: { dropdownVisible: Ref; checkedCount: Ref; selectedTitle: Ref; }) => { wrapperCls: import("vue").ComputedRef; referenceCls: import("vue").ComputedRef; displayInputCls: import("vue").ComputedRef<(string | { "vtree-tree-drop__display-input_focus": boolean; "vtree-tree-search__input_disabled": boolean | undefined; })[]>; displayInputTextCls: import("vue").ComputedRef<(string | { "vtree-tree-drop__display-input-placeholder": boolean; })[]>; dropIconCls: import("vue").ComputedRef<(string | { "vtree-tree-drop__display-icon-drop_active": boolean; })[]>; clearIconCls: import("vue").ComputedRef; dropdownCls: import("vue").ComputedRef<(string | undefined)[]>; };