import type { InjectionKey, Ref } from 'vue' import type { FlowSlots, VueFlowStore } from '../types' export declare const VueFlow: InjectionKey export declare const NodeId: InjectionKey export declare const NodeRef: InjectionKey> export declare const EdgeId: InjectionKey export declare const EdgeRef: InjectionKey> export declare const Slots: InjectionKey>