import type { ComputedRef, InjectionKey } from 'vue'; export interface TreeViewProvide { visibleIds: ComputedRef | null>; } export declare const VTreeviewSymbol: InjectionKey;