import type { StandardSchemaV1, InferSchemaOutput } from "@copilotkit/shared"; import type { Component } from "vue"; import type { WatchSource } from "vue"; type InferRenderProps = T extends StandardSchemaV1 ? InferSchemaOutput : any; export declare function useComponent(config: { name: string; description?: string; parameters?: TSchema; render: Component>>; agentId?: string; }, deps?: WatchSource[]): void; export {}; //# sourceMappingURL=use-component.d.ts.map