import { ContactsItem, ContactsValue } from '../constants';
import { MaybeRef } from 'vue';
export declare function handleTreeNode(props: ContactsItem, selectedIds?: MaybeRef<ContactsValue[]>): ContactsItem;
