/** * V1 compatibility wrapper for CopilotKitProvider. * * Accepts the same props as CopilotKitProvider plus legacy v1 props * (publicApiKey, publicLicenseKey) and delegates to the v2 provider. */ import type { CopilotKitProps } from "./types"; declare var __VLS_5: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_5) => any; }; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CopilotKit.vue.d.ts.map