import { type ComputedRef } from "vue"; import type { ThoughtChainNodeContextProps } from "./interface"; export declare const globalThoughtChainNodeContextApi: import("vue").ShallowRef; export declare const useThoughtChainNodeContextProvider: (value: ComputedRef) => void; export declare const useThoughtChainNodeContextInject: () => ComputedRef; export declare const ThoughtChainNodeContextProvider: import("vue").DefineComponent<{ value: { type: import("vue").PropType; default: ThoughtChainNodeContextProps; }; }, () => import("vue").VNode[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: ThoughtChainNodeContextProps; }; }>>, { value: ThoughtChainNodeContextProps; }, {}>; export default ThoughtChainNodeContextProvider;