import type { AbstractAgent } from "@ag-ui/client"; import type { CopilotKitProviderProps } from "./CopilotKitProvider.types"; import type { SandboxFunction, VueActivityMessageRenderer, VueFrontendTool, VueHumanInTheLoop } from "../types"; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { renderActivityMessages: VueActivityMessageRenderer[]; renderCustomMessages: import("..").VueCustomMessageRenderer[]; properties: Record; headers: Record | (() => Record); useSingleEndpoint: boolean; agents__unsafe_dev_only: Record; selfManagedAgents: Record; frontendTools: VueFrontendTool[]; humanInTheLoop: VueHumanInTheLoop[]; openGenerativeUI: { sandboxFunctions?: SandboxFunction[]; designSkill?: string; }; showDevConsole: boolean | "auto"; a2ui: { theme?: import("..").A2UITheme; catalog?: any; loadingComponent?: import("vue").Component; includeSchema?: boolean; }; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CopilotKitProvider.vue.d.ts.map