import { type AiCommand, type AiAttachment } from './ai-sender'; declare var __VLS_17: {}, __VLS_44: {}, __VLS_58: { disabled: any; loading: any; submit: any; }; type __VLS_Slots = {} & { prefix?: (props: typeof __VLS_17) => any; } & { actions?: (props: typeof __VLS_44) => any; } & { submit?: (props: typeof __VLS_58) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: () => never[]; }; readonly mentionOptions: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly attachments: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly disabled: boolean; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly loading: boolean; readonly placeholder: string; readonly modelValue: string; readonly clearable: boolean; readonly showWordLimit: boolean; readonly commands: AiCommand[]; readonly mentionOptions: import("../../ai-mention").AiMentionOption[]; readonly attachments: AiAttachment[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };