import type { UserMessage } from "@ag-ui/core"; import type { CopilotChatUserMessageBranchNavigationSlotProps, CopilotChatUserMessageCopyButtonSlotProps, CopilotChatUserMessageEditButtonSlotProps, CopilotChatUserMessageLayoutSlotProps, CopilotChatUserMessageMessageRendererSlotProps, CopilotChatUserMessageOnEditMessageProps, CopilotChatUserMessageOnSwitchToBranchProps, CopilotChatUserMessageToolbarSlotProps } from "./types"; type __VLS_Props = { message: UserMessage; branchIndex?: number; numberOfBranches?: number; }; type __VLS_Slots = { "message-renderer"?: (props: CopilotChatUserMessageMessageRendererSlotProps) => unknown; toolbar?: (props: CopilotChatUserMessageToolbarSlotProps) => unknown; "copy-button"?: (props: CopilotChatUserMessageCopyButtonSlotProps) => unknown; "edit-button"?: (props: CopilotChatUserMessageEditButtonSlotProps) => unknown; "branch-navigation"?: (props: CopilotChatUserMessageBranchNavigationSlotProps) => unknown; layout?: (props: CopilotChatUserMessageLayoutSlotProps) => unknown; "toolbar-items"?: () => unknown; }; declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "edit-message": (payload: CopilotChatUserMessageOnEditMessageProps) => any; "switch-to-branch": (payload: CopilotChatUserMessageOnSwitchToBranchProps) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onEdit-message"?: ((payload: CopilotChatUserMessageOnEditMessageProps) => any) | undefined; "onSwitch-to-branch"?: ((payload: CopilotChatUserMessageOnSwitchToBranchProps) => any) | undefined; }>, { branchIndex: number; numberOfBranches: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CopilotChatUserMessage.vue.d.ts.map