import type { ActivityMessage } from "@ag-ui/core"; import type { A2UITheme } from "../types"; import type { A2UIOperation } from "./a2ui"; type __VLS_Props = { activityType: string; content: { operations: A2UIOperation[]; }; message: ActivityMessage; agent?: object; theme?: A2UITheme; catalog?: any; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=A2UISurfaceActivityRenderer.vue.d.ts.map