import { type TagSchema, MessageToolsStatus } from '../../../types'; import { type MessageToolsProps } from '../../message-tools/message-tools.vue'; import type { UserMessage } from '../../../ag-ui/types/messages'; export type UserMessageActionsProps = { messageToolsStatus?: MessageToolsStatus; onInputConfirm?: (content: UserMessage['content'], docSchema: TagSchema) => Promise; onShortcutConfirm?: (formModel: Record) => Promise; }; type __VLS_Props = Partial & Pick & UserMessageActionsProps; declare const __VLS_export: 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>; declare const _default: typeof __VLS_export; export default _default;