import { Ref } from 'vue'; import { TreeViewNodeMetaModel } from 'types/treeView'; export declare function useTreeViewFilter(metaModel: Ref): {};