import type { InjectionKey, Ref, Slots as TSlots } from 'vue' import type { 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