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; default: ThoughtChainNodeContextProps; }; }>, () => import("vue").VNode[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: ThoughtChainNodeContextProps; }; }>> & Readonly<{}>, { value: ThoughtChainNodeContextProps; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default ThoughtChainNodeContextProvider;