import { Ref } from 'vue';
import TreeStore from '../../_common/js/tree/tree-store';
export default function useExposeFunc(treeStore: Ref<TreeStore>, expose: (exposed: Record<string, any>) => void): void;
