import { ComputedRef } from "vue"; import { AttachmentContextProps } from "./interface"; export declare const globalAttachmentContextApi: import("vue").ShallowRef; export declare const useAttachmentContextProvider: (value: ComputedRef) => void; export declare const useAttachmentContextInject: () => ComputedRef; export declare const AttachmentContextProvider: import("vue").DefineComponent; default: AttachmentContextProps; }; }>, () => import("vue").VNode[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: AttachmentContextProps; }; }>> & Readonly<{}>, { value: AttachmentContextProps; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default AttachmentContextProvider;